Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaselsteiner committed Jul 26, 2020
1 parent 316b9e5 commit 6b6ca98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_contours.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ def test_direct_sampling_contour(self):
np.testing.assert_allclose(contour.coordinates[1][0:26], ref_contour_tz_1, atol=0.5)

def test_3d_ds_contour(self):
"""
Tests whether calculating a 3D DS contour raises the right error.
"""
par = (ConstantParam(1.471), ConstantParam(0.8888),
ConstantParam(2.776))
dist = WeibullDistribution(*par)
Expand Down

0 comments on commit 6b6ca98

Please sign in to comment.