Skip to content

Commit 41bdf66

Browse files
committed
fix test failure
1 parent 568dddf commit 41bdf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/igorproio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def read_analogsignal(self, path=None, lazy=False):
128128
location = location[element.encode('utf8')]
129129
data = location.wave
130130

131-
return self._wave_to_analogsignal(data['wave'])
131+
return self._wave_to_analogsignal(data['wave'], [])
132132

133133
def _wave_to_analogsignal(self, content, dirpath):
134134
if "padding" in content:

0 commit comments

Comments
 (0)