Skip to content

Commit

Permalink
Reinstitute a couple of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Mar 1, 2021
1 parent 7a75ebf commit 5be2c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/matrixterm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ include("modelcache.jl")

# empty fixed effects
trm = MixedModels.FeTerm(ones(10,0), String[])
#@test size(trm) == (10, 0)
#@test size(trm) == (10, 0) # There no longer are size and length methods for FeTerm
#@test length(trm) == 0
#@test size(trm') == (0, 10)
#@test eltype(trm) == Float64
#@test trm.rank == 0
@test eltype(trm) == Float64
@test trm.rank == 0
end

@testset "XymatSparse" begin
Expand Down

0 comments on commit 5be2c4f

Please sign in to comment.