Skip to content

Commit 1148431

Browse files
committed
try testing with 4chDemo
1 parent beb8827 commit 1148431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/plot_read_files_neo_io.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
url_repo = "https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data/raw/master/"
1515

1616
# Plexon files
17-
distantfile = url_repo + "plexon/File_plexon_3.plx"
18-
localfile = "File_plexon_3.plx"
17+
distantfile = url_repo + "plexon/4chDemoPLX.plx"
18+
localfile = "4chDemoPLX.plx"
1919
urllib.request.urlretrieve(distantfile, localfile)
2020

2121

2222
###################################################
2323
# Now we can create our reader and read some data
2424

2525
# create a reader
26-
reader = neo.io.PlexonIO(filename="File_plexon_3.plx")
26+
reader = neo.io.PlexonIO(filename="4chDemoPlx.plx")
2727
# read the blocks
2828
blks = reader.read(lazy=False)
2929
print(blks)

0 commit comments

Comments
 (0)