Expand description
Testing utilities and data for the augurs time series framework.
Eventually I’d like this to be a fully fledged testing harness to automatically compare results between the augurs, Python and R implementations, but for now it’s just a place to put some data.
Modules§
- data
- Data for testing and examples.
Macros§
- assert_
approx_ eq - Asserts that two expressions are approximately (~1.0e-6) equal to each other.
- assert_
within_ pct - Assert that a is within (tol * 100)% of b.
Functions§
- assert_
all_ close - Assert that two slices are approximately equal.