Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Oct 28, 2024
1 parent e333f52 commit c3ae3e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iblrig_custom_tasks/nate_optoBiasedChoiceWorld/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,15 @@ 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',
)
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',
Expand Down

0 comments on commit c3ae3e2

Please sign in to comment.