Skip to content

Commit

Permalink
Update test/delta_method.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
palday and github-actions[bot] committed Aug 21, 2023
1 parent e79867b commit b925065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/delta_method.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ end
iv = Base.Fix1(GLM.linkinv, Link(model.model))
@static if VERSION >= v"1.9"
invlinks = [iv, AutoInvLink()]
@test Effects._model_link(model, AutoInvLink()) == Effects._model_link(model.model, AutoInvLink())
@test Effects._model_link(model, AutoInvLink()) ==
Effects._model_link(model.model, AutoInvLink())
else
invlinks = [iv]
end
Expand Down

0 comments on commit b925065

Please sign in to comment.