We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a59c commit f800053Copy full SHA for f800053
benchmarks/cellfinder_core.py
@@ -82,7 +82,8 @@ class TimeBenchmark:
82
# Input config file
83
# use environment variable CONFIG_PATH if exists, otherwise use default
84
input_config_path = os.getenv(
85
- "CELLFINDER_CONFIG_PATH", default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER)
+ "CELLFINDER_CONFIG_PATH",
86
+ default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER),
87
)
88
89
def setup_cache(self):
0 commit comments