Skip to content

Commit

Permalink
Sequential __repr__ test
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis authored Dec 7, 2023
1 parent 1d81843 commit 54cd5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciw/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_dists_repr(self):
self.assertEqual(str(Ln), "Lognormal(5.5, 3.6)")
self.assertEqual(str(Wb), "Weibull(8.8, 9.9)")
self.assertEqual(str(Em), "Empirical")
self.assertEqual(str(Sq), "Sequential")
self.assertEqual(str(Sq), "Sequential(3.3, ..., 4.4)")
self.assertEqual(str(Pf), "Pmf([1.1, 2.2, 3.3], [0.3, 0.2, 0.5])")
self.assertEqual(str(Ph), "PhaseType")
self.assertEqual(str(Er), "Erlang(4.5, 8)")
Expand Down

0 comments on commit 54cd5b6

Please sign in to comment.