Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpkeil1 committed Oct 1, 2023
1 parent 8ccd191 commit fba98ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ import StatsBase.cov
println(coef(ftb))


@test all(isapprox.(coef(ft), oldbeta), atol=0.0001)
@test all(isapprox.(coef(ftb), oldbetab), atol=0.0001)
@test all(isapprox.(coef(ft), oldbeta, atol=0.0001))
@test all(isapprox.(coef(ftb), oldbetab, atol=0.0001))


tab = (
Expand Down

0 comments on commit fba98ad

Please sign in to comment.