Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Nov 9, 2024
1 parent e37eb59 commit 0035bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynwb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def read_nwb(**kwargs):
# Streaming case
if path is not None and (path.startswith("s3://") or path.startswith("http")):
import fsspec
path = "https://dandiarchive.s3.amazonaws.com/blobs/11e/c89/11ec8933-1456-4942-922b-94e5878bb991"
fsspec_file_system = fsspec.filesystem("http")
ffspec_file = fsspec_file_system.open(path, "rb")

Expand Down

0 comments on commit 0035bb2

Please sign in to comment.