Skip to content

Commit 0c56d86

Browse files
Update test/initializationsystem.jl
1 parent 23ef186 commit 0c56d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ end
12001200
@test integ2[x] cbrt(3 / 28) atol=1e-5
12011201
@test integ2[y] 3cbrt(3 / 28) atol=1e-5
12021202
@test integ2.ps[p] == 1.0
1203-
@test integ2.ps[q] 2cbrt(3 / 28)
1203+
@test integ2.ps[q] 2cbrt(3 / 28) atol=1e-5
12041204
end
12051205

12061206
function test_dummy_initialization_equation(prob, var)

0 commit comments

Comments
 (0)