/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
fix run_benchmarks
Jeremy Magland <jmagland@flatironinstitute.org> committed commit d279744c1bd5 parent 006898d Browse files
1 changed file+1−1
benchcompress/src/benchcompress/run_benchmarks/run_benchmarks.pymodified+1−1View file
@@ -131,7 +131,7 @@ def run_benchmarks(
131131
132132 print(f" Running benchmark for {alg_name} on {dataset.name}...")
133133 if data is None:
134- data = dataset["create"]()
134+ data = dataset.create()
135135 print(f"Created dataset: shape={data.shape}, dtype={data.dtype}")
136136 else:
137137 print("Dataset already created")
moveopenescclose