Skip to content

Commit

Permalink
Update test_sampling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis authored Jun 14, 2024
1 parent a0f926d commit 93aae43
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 @@ -112,7 +112,7 @@ def test_dists_repr(self):
self.assertEqual(str(Ga), "Gamma(shape=2.1, scale=4.1)")
self.assertEqual(str(No), "Normal(mean=5.5, sd=0.6)")
self.assertEqual(str(Ln), "Lognormal(mean=5.5, sd=3.6)")
self.assertEqual(str(Wb), "Weibull(shape=8.8, scale=9.9)")
self.assertEqual(str(Wb), "Weibull(shape=9.9, scale=8.8)")
self.assertEqual(str(Em), "Empirical")
self.assertEqual(str(Sq_short), "Sequential([3.3, 10.1])")
self.assertEqual(str(Sq), "Sequential([3.3, ..., 4.4])")
Expand Down

0 comments on commit 93aae43

Please sign in to comment.