Adding a TODO in sampleable tests

This commit is contained in:
Nicolas Mounet 2021-06-02 09:06:38 +02:00
parent 185d576397
commit b7f4ad8c3e

View file

@ -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",[