Skip to content

Commit f31f9c2

Browse files
committed
Update task.py
1 parent 6ac6f5d commit f31f9c2

File tree

1 file changed

+1
-1
lines changed
  • iblrig_custom_tasks/nate_adaptiveTimeoutChoiceWorld

1 file changed

+1
-1
lines changed

iblrig_custom_tasks/nate_adaptiveTimeoutChoiceWorld/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def extra_parser():
8484
parser.add_argument(
8585
'--adaptive_delay_error',
8686
option_strings=['--adaptive_delay_error'],
87-
dest='adaptive_delay_nogo',
87+
dest='adaptive_delay_error',
8888
default=DEFAULTS['ADAPTIVE_FEEDBACK_ERROR_DELAY_SECS'],
8989
nargs='+',
9090
type=float,

0 commit comments

Comments
 (0)