Skip to content

Commit 3e045ec

Browse files
committed
test fix obj value
1 parent 6551e85 commit 3e045ec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
1717
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1818
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1919
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
20-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2120
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2221
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2322
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
@@ -35,7 +34,6 @@ LabelledArrays = "1.6.1"
3534
NLopt = "0.6"
3635
NaNMath = "1"
3736
OrdinaryDiffEq = "6"
38-
Plots = "1.40.9"
3937
ProgressMeter = "1"
4038
RecipesBase = "1"
4139
Reexport = "1"

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.056244
95+
@test obj(fres) 146.05
9696
@test typeof(optim(fres)) == Vector{Pair{Symbol, Float64}}
9797
@test length(optim(fres)) == 2

0 commit comments

Comments
 (0)