We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f833b5 commit b9c2925Copy full SHA for b9c2925
iblrig_custom_tasks/samuel_tonotopicMapping/task.py
@@ -21,7 +21,7 @@ def __init__(self, *args, **kwargs):
21
super().__init__(*args, **kwargs)
22
23
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'
+ assert self.task_params['n_freqs'] <= 30, 'Harp only supports up to 30 individual sounds'
25
26
# define frequencies (log spaced from freq_0 to freq_1, rounded to nearest integer)
27
Session.frequencies = np.logspace(
0 commit comments