added retry decorator with default values

This commit is contained in:
Luis Aleixo 2022-05-09 17:15:14 +02:00
parent 8087405319
commit 8b03425f00
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import numpy as np
import numpy.testing as npt
import pytest
from retry import retry
import cara.monte_carlo as mc
from cara import models,data
@ -309,6 +310,7 @@ def waiting_room_mc():
)
@retry()
@pytest.mark.parametrize(
"mc_model, expected_pi, expected_new_cases, expected_dose, expected_ER",
[

View file

@ -64,6 +64,7 @@ python-dateutil==2.8.2
pyzmq==22.1.0
requests==2.26.0
requests-unixsocket==0.2.0
retry==0.9.2
scikit-learn==0.24.2
scipy==1.7.0
Send2Trash==1.7.1
@ -76,6 +77,7 @@ threadpoolctl==2.2.0
timezonefinder==5.2.0
tornado==6.1
traitlets==5.0.5
types-retry==0.9.7
urllib3==1.26.6
voila==0.2.10
wcwidth==0.2.5