We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ef186 commit 0c56d86Copy full SHA for 0c56d86
test/initializationsystem.jl
@@ -1200,7 +1200,7 @@ end
1200
@test integ2[x] ≈ cbrt(3 / 28) atol=1e-5
1201
@test integ2[y] ≈ 3cbrt(3 / 28) atol=1e-5
1202
@test integ2.ps[p] == 1.0
1203
- @test integ2.ps[q] ≈ 2cbrt(3 / 28)
+ @test integ2.ps[q] ≈ 2cbrt(3 / 28) atol=1e-5
1204
end
1205
1206
function test_dummy_initialization_equation(prob, var)
0 commit comments