From b7f4ad8c3e1af27ce7d30d2b55869e5e96301ddb Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Wed, 2 Jun 2021 09:06:38 +0200 Subject: [PATCH] Adding a TODO in sampleable tests --- cara/tests/test_sampleable_distribution.py | 2 ++ 1 file changed, 2 insertions(+) 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",[