We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13add8f commit 23384d4Copy full SHA for 23384d4
code/nnv/tests/nn/funcs/sign/test_Sign.m
@@ -89,6 +89,6 @@
89
%B = Box(lb, ub);
90
I_star = Star(lb,ub);
91
92
-%mode = 'polar_zero_to_pos_one';
+mode = 'polar_zero_to_pos_one';
93
S = Sign.reach(I_star, 'approx-star', 'single', 0, [], 'linprog', mode);
94
assert(~isempty(S), 'Sign reach approx-star should return result');
0 commit comments