Skip to content

Commit 52143ac

Browse files
committed
Fix broken test
1 parent 47c0a60 commit 52143ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/structural_transformation/tearing.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ u = [1.0];
167167
pr = 0.2;
168168
tt = 0.1;
169169
@test_skip (@ballocated $(prob.f)($du, $u, $pr, $tt)) == 0
170+
prob.f(du, u, pr, tt)
170171
@test du[-asin(u[1] - pr * tt)] atol=1e-5
171172

172173
# test the initial guess is respected

0 commit comments

Comments
 (0)