diff --git a/iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py b/iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py index 6a0cb4f..f668dc6 100644 --- a/iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py +++ b/iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py @@ -208,6 +208,7 @@ def extra_parser(): parser.add_argument( '--use_zapit', option_strings=['--use_zapit'], + default=DEFAULTS['USE_ZAPIT'], action='store_true', dest='use_zapit', help='use the Zapit TCP client', @@ -215,6 +216,7 @@ def extra_parser(): parser.add_argument( '--stim_reverse', option_strings=['--stim_reverse'], + default=DEFAULTS['STIM_REVERSE'], action='store_true', dest='stim_reverse', help='Inverse relationship of wheel to stimulus movement',