Skip to content

Commit 173042f

Browse files
committed
add intertrial
1 parent a8e3e82 commit 173042f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ethopy/task/dot_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'dot_shape' : 'rect',
2929
'dot_time' : .25,
3030
'trial_selection' : 'fixed',
31+
'intertrial_duration' : 500,
3132
'difficulty' : 0
3233
}
3334

@@ -45,4 +46,4 @@
4546

4647
# run experiments
4748
exp.push_conditions(conditions)
48-
exp.start()
49+
exp.start()

0 commit comments

Comments
 (0)