From 61ed6f34965e4219c53c24cc7dd9dc2bdb617f1e Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Thu, 7 Nov 2024 22:02:10 -0600 Subject: [PATCH] :Facepalm: --- test/pls.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pls.jl b/test/pls.jl index 4777d0728..98d239ec3 100644 --- a/test/pls.jl +++ b/test/pls.jl @@ -530,7 +530,7 @@ end fm_mod = deepcopy(fm) fm_mod.optsum.fmin += 1 saveoptsum(seekstart(io), fm_mod) - @test_throws(ArgumentError("model at final does not give stored fmin within atol=0.0, rtol=1.0e-8"), + @test_throws(ArgumentError("model at final does not match stored fmin within atol=0.0, rtol=1.0e-8"), restoreoptsum!(m, seekstart(io); atol=0.0, rtol=1e-8)) restoreoptsum!(m, seekstart(io); atol=1) @test m.optsum.fmin - fm.optsum.fmin ≈ 1