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
Just noticed there is an error in pytest.approx() calls inside test_staggered_orders_complex.py, there is rel=(1 ** xxx) while it must be 10 ** xxx. The fix causes breaking of some tests. Need to lookup these errors.