Skip to content

Commit

Permalink
try testing with 4chDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Dec 13, 2024
1 parent beb8827 commit 1148431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/plot_read_files_neo_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
url_repo = "https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data/raw/master/"

# Plexon files
distantfile = url_repo + "plexon/File_plexon_3.plx"
localfile = "File_plexon_3.plx"
distantfile = url_repo + "plexon/4chDemoPLX.plx"
localfile = "4chDemoPLX.plx"
urllib.request.urlretrieve(distantfile, localfile)


###################################################
# Now we can create our reader and read some data

# create a reader
reader = neo.io.PlexonIO(filename="File_plexon_3.plx")
reader = neo.io.PlexonIO(filename="4chDemoPlx.plx")
# read the blocks
blks = reader.read(lazy=False)
print(blks)
Expand Down

0 comments on commit 1148431

Please sign in to comment.