Skip to content

Commit 31d1950

Browse files
committed
fix obj value 2
1 parent 3e045ec commit 31d1950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/single_comp_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ fres = fit([:one=>fscn1, :two=>fscn2], [:k1=>0.01, :sigma1=>1.0], progress=:sile
9292
@test length(measurements(fscn1)) == 24
9393
@test length(measurements(fscn2)) == 24
9494
@test status(fres) == :FTOL_REACHED
95-
@test obj(fres) 146.05
95+
@test isapprox(obj(fres), 146.05; atol=1e-2)
9696
@test typeof(optim(fres)) == Vector{Pair{Symbol, Float64}}
9797
@test length(optim(fres)) == 2

0 commit comments

Comments
 (0)