diff --git a/cara/tests/test_sampleable_distribution.py b/cara/tests/test_sampleable_distribution.py index b53f9ad6..b3887763 100644 --- a/cara/tests/test_sampleable_distribution.py +++ b/cara/tests/test_sampleable_distribution.py @@ -3,6 +3,8 @@ import numpy.testing as npt import pytest from cara.monte_carlo import sampleable +# TODO: seed deterministically the random number generators, here (to +# avoid random issues with tests) @pytest.mark.parametrize( "mean, std",[