Skip to content

Commit

Permalink
remove from benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 18, 2024
1 parent b187b29 commit 53c006c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,18 @@
lindi_remote_rfs_parameter_cases = dict(
EcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-IBL-ecephys/sub-IBL-ecephys_ses-3e7ae7c0_desc-18000000-frames-13653-by-384-chunking.lindi.json",
),
),
OphysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
),
),
IcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-1214579789_ses-1214621812_icephys/sub-1214579789_ses-1214621812_icephys.lindi.json",
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
lindi_remote_rfs_parameter_cases = dict(
EcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-IBL-ecephys/sub-IBL-ecephys_ses-3e7ae7c0_desc-18000000-frames-13653-by-384-chunking.lindi.json",
),
Expand All @@ -46,7 +45,6 @@
),
OphysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
),
Expand All @@ -55,7 +53,6 @@
),
IcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-1214579789_ses-1214621812_icephys/sub-1214579789_ses-1214621812_icephys.lindi.json",
),
Expand Down
3 changes: 0 additions & 3 deletions src/nwb_benchmarks/benchmarks/time_remote_file_reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,18 @@
lindi_remote_rfs_parameter_cases = dict(
EcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-IBL-ecephys/sub-IBL-ecephys_ses-3e7ae7c0_desc-18000000-frames-13653-by-384-chunking.lindi.json",
),
),
OphysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
),
),
IcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-1214579789_ses-1214621812_icephys/sub-1214579789_ses-1214621812_icephys.lindi.json",
),
Expand Down
3 changes: 0 additions & 3 deletions src/nwb_benchmarks/benchmarks/time_remote_slicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
lindi_remote_rfs_parameter_cases = dict(
EcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-IBL-ecephys/sub-IBL-ecephys_ses-3e7ae7c0_desc-18000000-frames-13653-by-384-chunking.lindi.json",
),
Expand All @@ -53,7 +52,6 @@
),
OphysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
),
Expand All @@ -62,7 +60,6 @@
),
IcephysTestCase=dict(
s3_url=get_s3_url(
is_staging=True,
dandiset_id="213889",
dandi_path="sub-1214579789_ses-1214621812_icephys/sub-1214579789_ses-1214621812_icephys.lindi.json",
),
Expand Down

0 comments on commit 53c006c

Please sign in to comment.