Adding a TODO in sampleable tests
This commit is contained in:
parent
185d576397
commit
b7f4ad8c3e
1 changed files with 2 additions and 0 deletions
|
|
@ -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",[
|
||||
|
|
|
|||
Loading…
Reference in a new issue