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 3a3e348 commit 68710c1Copy full SHA for 68710c1
Project.toml
@@ -62,7 +62,7 @@ NLopt = "0.6, 1"
62
PRIMA = "0.2"
63
PooledArrays = "0.5, 1"
64
PrecompileTools = "1"
65
-Printf = "1.11.0"
+Printf = "1"
66
ProgressMeter = "1.7"
67
Random = "1"
68
RegressionFormulae = "0.1.3"
test/pls.jl
@@ -264,7 +264,7 @@ end
264
@test "Diagonal" in tokens
265
266
lrt = likelihoodratiotest(models(:pastes)...)
267
- @test only(lrt.tests.pvalues) ≈ 0.5233767965780878 atol = 0.0001
+ @test last(lrt.pvalues) ≈ 0.5233767965780878 atol = 0.0001
268
269
@testset "missing variables in formula" begin
270
ae = ArgumentError(
0 commit comments