From c3ae3e2e54072e273cb31d16b04cb264a03ee6f4 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Mon, 28 Oct 2024 12:20:25 +0000 Subject: [PATCH] Update task.py --- iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py | 2 ++ 1 file changed, 2 insertions(+) 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',