File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -498,11 +498,11 @@ class NwbRecordingExtractor(BaseRecording, _BaseNWBExtractor):
498
498
>>>
499
499
>>> # get s3 path
500
500
>>> dandiset_id, filepath = "101116", "sub-001/sub-001_ecephys.nwb"
501
- >>> with DandiAPIClient("https://api-staging.dandiarchive.org/api" ) as client:
501
+ >>> with DandiAPIClient() as client:
502
502
>>> asset = client.get_dandiset(dandiset_id, "draft").get_asset_by_path(filepath)
503
503
>>> s3_url = asset.get_content_url(follow_redirects=1, strip_query=True)
504
504
>>>
505
- >>> rec = NwbRecordingExtractor(s3_url, stream_mode="fsspec", stream_cache_path="cache ")
505
+ >>> rec = NwbRecordingExtractor(s3_url, stream_mode="remfile ")
506
506
"""
507
507
508
508
installation_mesg = "To use the Nwb extractors, install pynwb: \n \n pip install pynwb\n \n "
You can’t perform that action at this time.
0 commit comments