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
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
We have several tests in our test suite which implement some kind of randomised testing utilising numpy.random e.g. test_DFT.py. After having tried out hypothesis on our interpolation test suite and having such a pleasant experience using it and discovering some corner cases, which we actually did not think of, we should now try to apply it to all the other bits of out test suite.
We believe that this will benefit the trust in our algorithms.
The text was updated successfully, but these errors were encountered:
We have several tests in our test suite which implement some kind of randomised testing utilising
numpy.random
e.g. test_DFT.py. After having tried out hypothesis on our interpolation test suite and having such a pleasant experience using it and discovering some corner cases, which we actually did not think of, we should now try to apply it to all the other bits of out test suite.We believe that this will benefit the trust in our algorithms.
The text was updated successfully, but these errors were encountered: