We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0720676 + 9b83250 commit a6240d4Copy full SHA for a6240d4
eegnb/devices/utils.py
@@ -88,7 +88,7 @@ def create_stim_array(timestamps, markers):
88
timestamps (array of floats): Timestamps from the EEG data.
89
markers (array of ints): Markers and their associated timestamps.
90
"""
91
- marker_max = np.max(markers)
+ # marker_max = np.max(markers)
92
num_samples = len(timestamps)
93
stim_array = np.zeros((num_samples, 1))
94
for marker in markers:
0 commit comments