Skip to content

Commit c3ae3e2

Browse files
committed
Update task.py
1 parent e333f52 commit c3ae3e2

File tree

1 file changed

+2
-0
lines changed
  • iblrig_custom_tasks/nate_optoBiasedChoiceWorld

1 file changed

+2
-0
lines changed

iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,15 @@ def extra_parser():
208208
parser.add_argument(
209209
'--use_zapit',
210210
option_strings=['--use_zapit'],
211+
default=DEFAULTS['USE_ZAPIT'],
211212
action='store_true',
212213
dest='use_zapit',
213214
help='use the Zapit TCP client',
214215
)
215216
parser.add_argument(
216217
'--stim_reverse',
217218
option_strings=['--stim_reverse'],
219+
default=DEFAULTS['STIM_REVERSE'],
218220
action='store_true',
219221
dest='stim_reverse',
220222
help='Inverse relationship of wheel to stimulus movement',

0 commit comments

Comments
 (0)