Skip to content

Commit

Permalink
fix obj value 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jan 16, 2025
1 parent 3e045ec commit 31d1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/single_comp_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ fres = fit([:one=>fscn1, :two=>fscn2], [:k1=>0.01, :sigma1=>1.0], progress=:sile
@test length(measurements(fscn1)) == 24
@test length(measurements(fscn2)) == 24
@test status(fres) == :FTOL_REACHED
@test obj(fres) 146.05
@test isapprox(obj(fres), 146.05; atol=1e-2)
@test typeof(optim(fres)) == Vector{Pair{Symbol, Float64}}
@test length(optim(fres)) == 2

0 comments on commit 31d1950

Please sign in to comment.