Merge branch 'feature/update_docstring_ER' of https://gitlab.cern.ch/cara/cara into feature/update_docstring_ER
This commit is contained in:
commit
73096fc669
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
|||
import numpy as np
|
||||
import numpy.testing as npt
|
||||
import pytest
|
||||
from retry import retry
|
||||
|
||||
from cara.monte_carlo import sampleable
|
||||
|
||||
|
||||
@retry(tries=10)
|
||||
@pytest.mark.parametrize(
|
||||
"mean, std",[
|
||||
[1., 0.5],
|
||||
|
|
|
|||
Loading…
Reference in a new issue