Skip to content

Commit

Permalink
replace setup_cache for cache (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Oct 9, 2023
1 parent a64dac6 commit 7393261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class TimeBenchmark:
sample_time = 0.01 # default: 10 ms = 0.01 s;
min_run_count = 2 # default:2

# @classmethod ---> this was to reuse this setup fn for other benchmarls
def setup_cache(
@classmethod # ---> this was to reuse this setup fn for other benchmarks
def setup(
self,
): # ---> cache so that we dont download data several times?
# monkeypatch command line arguments
Expand Down

0 comments on commit 7393261

Please sign in to comment.