Skip to content

Commit 6faee9a

Browse files
committed
Add another test
1 parent 1ce788e commit 6faee9a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/vsp.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@
7474

7575
y_det = deterministic_mip(instance)
7676
@test y_det isa BitVector
77+
78+
anticipative_solver = generate_anticipative_solver(b)
79+
sample = unlabeled[1]
80+
y_anticipative = anticipative_solver(sample.scenarios; sample.context...)
81+
@test y_anticipative isa BitVector
7782
end

0 commit comments

Comments
 (0)