Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbittarello committed Feb 14, 2024
1 parent 58b1066 commit e874125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/glm/test_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_link_properties(link):

def test_equality():
assert TweedieLink(1.5) == TweedieLink(1.5)
assert TweedieLink(1) == LogLink()
assert TweedieLink(1) != LogLink()
assert LogLink() == LogLink()
assert TweedieLink(1.5) != TweedieLink(2.5)
assert TweedieLink(1.5) != LogitLink()
Expand Down

0 comments on commit e874125

Please sign in to comment.