added missing retry decorator
This commit is contained in:
parent
1b741043cd
commit
ab79d3c544
1 changed files with 1 additions and 0 deletions
|
|
@ -805,6 +805,7 @@ def test_concentration_with_shortrange_and_distributions(
|
|||
)
|
||||
|
||||
|
||||
@retry(tries=10)
|
||||
def test_exposure_with_shortrange_and_distributions(expo_sr_model_distr,
|
||||
simple_expo_sr_model_distr):
|
||||
npt.assert_allclose(
|
||||
|
|
|
|||
Loading…
Reference in a new issue