Skip to content

Commit daa1fc2

Browse files
committed
Fix lindi ophys path for remote slicing
1 parent 5ca8bb7 commit daa1fc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/nwb_benchmarks/benchmarks/params_remote_slicing.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
name="OphysTestCase1",
204204
https_url=get_https_url(
205205
dandiset_id="213889",
206-
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
206+
dandi_path="sub-R6/sub-R6_behavior+ophys.nwb.lindi.json",
207207
follow_redirects=False,
208208
),
209209
object_name="TwoPhotonSeries",
@@ -213,7 +213,7 @@
213213
name="OphysTestCase2",
214214
https_url=get_https_url(
215215
dandiset_id="213889",
216-
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
216+
dandi_path="sub-R6/sub-R6_behavior+ophys.nwb.lindi.json",
217217
follow_redirects=False,
218218
),
219219
object_name="TwoPhotonSeries",
@@ -223,7 +223,7 @@
223223
name="OphysTestCase3",
224224
https_url=get_https_url(
225225
dandiset_id="213889",
226-
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
226+
dandi_path="sub-R6/sub-R6_behavior+ophys.nwb.lindi.json",
227227
follow_redirects=False,
228228
),
229229
object_name="TwoPhotonSeries",
@@ -233,7 +233,7 @@
233233
name="OphysTestCase4",
234234
https_url=get_https_url(
235235
dandiset_id="213889",
236-
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
236+
dandi_path="sub-R6/sub-R6_behavior+ophys.nwb.lindi.json",
237237
follow_redirects=False,
238238
),
239239
object_name="TwoPhotonSeries",
@@ -243,7 +243,7 @@
243243
name="OphysTestCase5",
244244
https_url=get_https_url(
245245
dandiset_id="213889",
246-
dandi_path="sub-R6_ses-20200206T210000_behavior+ophys/sub-R6_ses-20200206T210000_behavior+ophys.lindi.json",
246+
dandi_path="sub-R6/sub-R6_behavior+ophys.nwb.lindi.json",
247247
follow_redirects=False,
248248
),
249249
object_name="TwoPhotonSeries",

0 commit comments

Comments
 (0)