Skip to content

Commit a6240d4

Browse files
Merge pull request #302 from Keerti25/master
Commented max_markers utils.py
2 parents 0720676 + 9b83250 commit a6240d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eegnb/devices/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def create_stim_array(timestamps, markers):
8888
timestamps (array of floats): Timestamps from the EEG data.
8989
markers (array of ints): Markers and their associated timestamps.
9090
"""
91-
marker_max = np.max(markers)
91+
# marker_max = np.max(markers)
9292
num_samples = len(timestamps)
9393
stim_array = np.zeros((num_samples, 1))
9494
for marker in markers:

0 commit comments

Comments
 (0)