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 e333f52 commit c3ae3e2Copy full SHA for c3ae3e2
iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py
@@ -208,13 +208,15 @@ def extra_parser():
208
parser.add_argument(
209
'--use_zapit',
210
option_strings=['--use_zapit'],
211
+ default=DEFAULTS['USE_ZAPIT'],
212
action='store_true',
213
dest='use_zapit',
214
help='use the Zapit TCP client',
215
)
216
217
'--stim_reverse',
218
option_strings=['--stim_reverse'],
219
+ default=DEFAULTS['STIM_REVERSE'],
220
221
dest='stim_reverse',
222
help='Inverse relationship of wheel to stimulus movement',
0 commit comments