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 was archived by the owner on Aug 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, all the tests are example-based tests while in many cases we test algorithms.
Describe the solution you'd like
Add a series of property-based tests to the test suite for:
timeseries
dataframes
evaluation
Additional context Hypothesis is one of the ports of a property-based testing framework.