We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d9a6 commit 11941a4Copy full SHA for 11941a4
examples/plot_read_files_neo_io.py
@@ -23,7 +23,7 @@
23
# Now we can create our reader and read some data
24
25
# create a reader
26
-reader = neo.io.PlexonIO(filename="4chDemoPlx.plx")
+reader = neo.io.PlexonIO(filename="4chDemoPLX.plx")
27
# read the blocks
28
blks = reader.read(lazy=False)
29
print(blks)
0 commit comments