Skip to content

Commit 23384d4

Browse files
authored
Update test_Sign.m
1 parent 13add8f commit 23384d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/nnv/tests/nn/funcs/sign/test_Sign.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
%B = Box(lb, ub);
9090
I_star = Star(lb,ub);
9191

92-
%mode = 'polar_zero_to_pos_one';
92+
mode = 'polar_zero_to_pos_one';
9393
S = Sign.reach(I_star, 'approx-star', 'single', 0, [], 'linprog', mode);
9494
assert(~isempty(S), 'Sign reach approx-star should return result');

0 commit comments

Comments
 (0)