Skip to content

Commit 70d6bba

Browse files
committed
Update config
1 parent c0264c5 commit 70d6bba

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/gretapy/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@
283283
"central nervous system cancer",
284284
"brain neoplasm",
285285
"brain aneurysm",
286-
"brain atrophy",
287286
"brain volume measurement",
288287
"brain cortex volume measurement",
289288
"hippocampal volume",
@@ -301,7 +300,6 @@
301300
"attention deficit hyperactivity disorder",
302301
"anxiety disorder",
303302
"cognitive function measurement",
304-
"cognitive impairment",
305303
"memory performance",
306304
"glial fibrillary acidic protein measurement",
307305
"neurofilament light chain measurement",

src/gretapy/tl/_mechanistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _sim(
153153
thr_deg_padj: float = 2.22e-16,
154154
thr_fisher_padj: float = 0.01,
155155
verbose: bool = True,
156-
timeout: int = 3600,
156+
timeout: int = 300,
157157
) -> tuple:
158158
# Ensure uniqueness but keep score
159159
grn = grn.groupby(["source", "target"], as_index=False)["score"].mean()

0 commit comments

Comments
 (0)