Skip to content

Commit

Permalink
Update Project.toml (#223)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update collinearity.jl
  • Loading branch information
matthieugomez authored Mar 8, 2023
1 parent 161e54d commit cfdef87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FixedEffects = "c8885935-8500-56a7-9867-7708b20db0eb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
4 changes: 2 additions & 2 deletions test/collinearity.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using DataFrames, CSV, FixedEffectModels, Random, StatsBase, Test
using DataFrames, CSV, FixedEffectModels, Random, Statistics, Test

@testset "collinearity_with_fixedeffects" begin

Expand Down Expand Up @@ -30,4 +30,4 @@ using DataFrames, CSV, FixedEffectModels, Random, StatsBase, Test
@test rr.coef[1] 0.0
@test isnan(stderror(rr)[1])

end
end

0 comments on commit cfdef87

Please sign in to comment.