Skip to content

Commit 743f3fc

Browse files
authored
Merge pull request #433 from Mentalab-hub/fix-cleaneeg-packet
Added exg_fs argument to get_data for CleanEEG
2 parents 060c639 + 8cb1550 commit 743f3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __init__(self, timestamp, payload):
185185
def _convert(self, bin_data):
186186
self.data = bin_data
187187

188-
def get_data(self):
188+
def get_data(self, exg_fs=None):
189189
return self.timestamps, self.data
190190

191191
def __str__(self):

0 commit comments

Comments
 (0)