Skip to content

Commit

Permalink
Fix an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Apr 26, 2024
1 parent cf21cf3 commit 12e0c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end
# Have one fewer coefficient because the constant term is replace by FE
@test r1.B r.B[2:61,:,:]
# Does not seem to be an issue but ≈ fails for certain horizons
@test maximum(abs.(r1.V[:,:,:] .- r.V[2:61,2:61,:])) < 5e-8
@test maximum(abs.(r1.V[:,:,:] .- r.V[2:61,2:61,:])) < 1e-7
# V is not exactly the same because of the removed intercept
@test r1.T r.T
@test r1.fenames == [:gid]
Expand Down

0 comments on commit 12e0c48

Please sign in to comment.