Skip to content

Commit

Permalink
Update benchmarks/cellfinder_core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
sfmig and alessandrofelder committed Apr 30, 2024
1 parent 9a7f404 commit ec4a59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/cellfinder_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class TimeBenchmark:
# Input config file
# use environment variable CONFIG_PATH if exists, otherwise use default
input_config_path = os.getenv(
"CONFIG_PATH", default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER)
"CELLFINDER_CONFIG_PATH", default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER)
)

def setup_cache(self):
Expand Down

0 comments on commit ec4a59c

Please sign in to comment.