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, we implement tests the same way we did in eigenpy, with raw asserts and variables in the global scope; we could get better execution/reporting/reproducibility by using a proper testing dependency.