Skip to content

Commit 8da02e3

Browse files
committed
Reapply "Merge branch 'master' into no_events_found_879"
This reverts commit 0bd4b99.
1 parent 691796a commit 8da02e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

neo/io/nicoletio.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,3 @@ class NicoletIO(NicoletRawIO, BaseFromRaw):
2828
def __init__(self, filepath=""):
2929
NicoletRawIO.__init__(self, filepath=filepath)
3030
BaseFromRaw.__init__(self, filepath)
31-
32-
33-
if __name__ == '__main__':
34-
35-
#file = NicoletRawIO(r'\\fsnph01\NPH_Research\xxx_PythonShare\nicolet_parser\data\janbrogger.e')
36-
#file = NicoletRawIO(r'\\fsnph01\NPH_Research\xxx_PythonShare\nicolet_parser\data\Routine6t1.e')
37-
#file = NicoletRawIO(r'\\fsnph01\NPH_Archiv\LTM\Band0299\58795\9140.e')
38-
file = NicoletIO(r'C:\temp\Patient1_ABLEIT53_t2.e')
39-
segment = file.read_segment()

0 commit comments

Comments
 (0)