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 3e045ec commit 31d1950Copy full SHA for 31d1950
test/single_comp_test.jl
@@ -92,6 +92,6 @@ fres = fit([:one=>fscn1, :two=>fscn2], [:k1=>0.01, :sigma1=>1.0], progress=:sile
92
@test length(measurements(fscn1)) == 24
93
@test length(measurements(fscn2)) == 24
94
@test status(fres) == :FTOL_REACHED
95
-@test obj(fres) ≈ 146.05
+@test isapprox(obj(fres), 146.05; atol=1e-2)
96
@test typeof(optim(fres)) == Vector{Pair{Symbol, Float64}}
97
@test length(optim(fres)) == 2
0 commit comments