You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now unit tests check that answers for algo1/2/3_0/3_5 are different and correct for min_=0.5. Need to make sure answers differ for different values in min_ and other params.
https://docs.pytest.org/en/stable/example/parametrize.html
Right now unit tests check that answers for algo1/2/3_0/3_5 are different and correct for
min_=0.5. Need to make sure answers differ for different values inmin_and other params.