Skip to content

Commit

Permalink
Tweak test to agree with tweaked output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed May 13, 2016
1 parent 90cc3e9 commit fe81c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fit!(fm1);
@test coef(fm1) [1527.5]
@test cond(fm1) == ones(1)
cm = coeftable(fm1)
@test size(cm.mat) == (1, 3)
@test size(cm.mat) == (1, 4)
@test MixedModels.fnames(fm1) == [:Batch]
@test model_response(fm1) == convert(Vector, ds[:Yield])
@test abs(sum(ranef(fm1, true)[1])) < 1.e-5
Expand Down

0 comments on commit fe81c54

Please sign in to comment.