Skip to content

Commit 52ea736

Browse files
committed
remove skip from lindi download
1 parent 0d8c519 commit 52ea736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nwb_benchmarks/benchmarks/time_download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class LindiDownloadDandiAPIBenchmark(BaseDownloadDandiAPIBenchmark):
6262

6363
params = lindi_remote_rfs_params
6464

65-
@skip_benchmark_if(not RUN_DOWNLOAD_BENCHMARKS)
6665
def time_download_lindi_dandi_api(self, params: dict[str, str]):
6766
"""Download a remote Lindi file using the DANDI API."""
6867
download(urls=params["https_url"], output_dir=self.tmpdir.name)

0 commit comments

Comments
 (0)