Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-xuan committed Mar 23, 2021
1 parent b2a5f00 commit 5c5f2ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
@test rank(m2.model.pp.chol) == 7
@test deviance(m2.model) 138615.90834086522
# issue about can't converge within 30 iterations discussed in PR #314
df = CSV.read(joinpath(glm_datadir, "glm.test.csv"))
df = CSV.read(joinpath(glm_datadir, "rankdeficient_test.csv"))
glmallow = fit(GeneralizedLinearModel, @formula(y~x1+x2), df, Poisson(), allowrankdeficient=true)
@test isa(glmallow.model.pp.chol, CholeskyPivoted)
end
Expand Down

0 comments on commit 5c5f2ef

Please sign in to comment.