We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faee9a commit d8e6d8bCopy full SHA for d8e6d8b
1 file changed
test/vsp.jl
@@ -77,6 +77,6 @@
77
78
anticipative_solver = generate_anticipative_solver(b)
79
sample = unlabeled[1]
80
- y_anticipative = anticipative_solver(sample.scenarios; sample.context...)
+ y_anticipative = anticipative_solver(sample.scenario; sample.context...)
81
@test y_anticipative isa BitVector
82
end
0 commit comments