Skip to content

Commit

Permalink
TTL on trial end (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 authored Sep 21, 2023
1 parent df094ac commit b85d4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblrig/base_choice_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def get_state_machine_trial(self, i):
state_name="iti",
state_timer=self.task_params.ITI_DELAY_SECS,
state_change_conditions={"Tup": "exit"},
output_actions=[],
output_actions=[("BNC1", 255)]
)
return sma

Expand Down

0 comments on commit b85d4c2

Please sign in to comment.