Skip to content

Commit b9c2925

Browse files
committed
Update task.py
1 parent 8f833b5 commit b9c2925

File tree

1 file changed

+1
-1
lines changed
  • iblrig_custom_tasks/samuel_tonotopicMapping

1 file changed

+1
-1
lines changed

iblrig_custom_tasks/samuel_tonotopicMapping/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, *args, **kwargs):
2121
super().__init__(*args, **kwargs)
2222

2323
assert self.hardware_settings.device_sound.OUTPUT == 'harp', 'This task requires a Harp sound-card'
24-
assert self.task_params['n_freqs'] <= 31, 'Harp only supports up to 31 individual sounds'
24+
assert self.task_params['n_freqs'] <= 30, 'Harp only supports up to 30 individual sounds'
2525

2626
# define frequencies (log spaced from freq_0 to freq_1, rounded to nearest integer)
2727
Session.frequencies = np.logspace(

0 commit comments

Comments
 (0)