Skip to content

Commit b485ff3

Browse files
authored
remove sps from args in imp recorder (#436)
1 parent d0d5497 commit b485ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/explore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def __init__(self, timestamps, signals):
352352
self.timestamps = timestamps
353353
self.signals = signals
354354

355-
def get_data(self, fs):
355+
def get_data(self):
356356
return self.timestamps, self.signals
357357

358358
timestamps = exg_array[:, 0]

0 commit comments

Comments
 (0)