Skip to content

Commit

Permalink
fix missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Mar 13, 2024
1 parent 7abae5c commit dad3602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolbox/+ihn/runHighPriorityTask.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
function runHighPriorityTask(trialFunction, trials, options)
arguments
trialFunction
trials
options.timeoutSeconds = inf
options.preFunction = @()[]
options.halfwayFunction = @()[]
Expand Down

0 comments on commit dad3602

Please sign in to comment.