Adde missing retry decorator
This commit is contained in:
parent
a24e4fd73e
commit
1823aed617
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import numpy.testing as npt
|
import numpy.testing as npt
|
||||||
import pytest
|
import pytest
|
||||||
|
from retry import retry
|
||||||
|
|
||||||
from cara.monte_carlo import sampleable
|
from cara.monte_carlo import sampleable
|
||||||
|
|
||||||
|
|
||||||
|
@retry(tries=10)
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"mean, std",[
|
"mean, std",[
|
||||||
[1., 0.5],
|
[1., 0.5],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue