File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414url_repo = "https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data/raw/master/"
1515
1616# Plexon files
17- distantfile = url_repo + "plexon/4chDemoPLX .plx"
18- localfile = "4chDemoPLX .plx"
17+ distantfile = url_repo + "plexon/File_plexon_3 .plx"
18+ localfile = "File_plexon_3 .plx"
1919urllib .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 = "4chDemoPLX .plx" )
26+ reader = neo .io .PlexonIO (filename = "File_plexon_3 .plx" )
2727# read the blocks
2828blks = reader .read (lazy = False )
2929print (blks )
Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ docs = [
8080 " matplotlib" ,
8181 " nixio" ,
8282 " pynwb" ,
83- " igor2"
83+ " igor2" ,
84+ " numpy<2.0" # https://github.com/NeuralEnsemble/python-neo/pull/1612
8485]
8586
8687dev = [
You can’t perform that action at this time.
0 commit comments