Skip to content

Commit 142ad67

Browse files
authored
Merge pull request #963 from apdavison/remove-nsdfio
Remove NSDFIO
2 parents 78f3f33 + ff1d6d0 commit 142ad67

File tree

4 files changed

+0
-799
lines changed

4 files changed

+0
-799
lines changed

.circleci/requirements_testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tqdm
66
nixio>=1.5.0b2
77
matplotlib
88
ipython
9-
https://github.com/nsdf/nsdf/archive/0.1.tar.gz
109
coverage
1110
coveralls
1211
pillow

neo/io/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
* :attr:`NeuroScopeIO`
4242
* :attr:`NeuroshareIO`
4343
* :attr:`NixIO`
44-
* :attr:`NSDFIO`
4544
* :attr:`OpenEphysIO`
4645
* :attr:`PhyIO`
4746
* :attr:`PickleIO`
@@ -169,10 +168,6 @@
169168
170169
.. autoattribute:: extensions
171170
172-
.. autoclass:: neo.io.NSDFIO
173-
174-
.. autoattribute:: extensions
175-
176171
.. autoclass:: neo.io.OpenEphysIO
177172
178173
.. autoattribute:: extensions
@@ -274,7 +269,6 @@
274269
from neo.io.neuroscopeio import NeuroScopeIO
275270
from neo.io.nixio import NixIO
276271
from neo.io.nixio_fr import NixIO as NixIOFr
277-
from neo.io.nsdfio import NSDFIO
278272
from neo.io.openephysio import OpenEphysIO
279273
from neo.io.phyio import PhyIO
280274
from neo.io.pickleio import PickleIO
@@ -319,7 +313,6 @@
319313
NeuroExplorerIO,
320314
NeuroScopeIO,
321315
NeuroshareIO,
322-
NSDFIO,
323316
OpenEphysIO,
324317
PhyIO,
325318
PickleIO,

0 commit comments

Comments
 (0)