Skip to content

Commit 68710c1

Browse files
committed
fixes
1 parent 3a3e348 commit 68710c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NLopt = "0.6, 1"
6262
PRIMA = "0.2"
6363
PooledArrays = "0.5, 1"
6464
PrecompileTools = "1"
65-
Printf = "1.11.0"
65+
Printf = "1"
6666
ProgressMeter = "1.7"
6767
Random = "1"
6868
RegressionFormulae = "0.1.3"

test/pls.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ end
264264
@test "Diagonal" in tokens
265265

266266
lrt = likelihoodratiotest(models(:pastes)...)
267-
@test only(lrt.tests.pvalues) 0.5233767965780878 atol = 0.0001
267+
@test last(lrt.pvalues) 0.5233767965780878 atol = 0.0001
268268

269269
@testset "missing variables in formula" begin
270270
ae = ArgumentError(

0 commit comments

Comments
 (0)