robcarver17 / pysystemtrade

Systematic Trading in python
GNU General Public License v3.0
2.49k stars 798 forks source link

Fix CI build #1297

Closed bug-or-feature closed 7 months ago

bug-or-feature commented 7 months ago

This PR skips a failing test. I'm pretty sure the test fails because of a weird quirk of timing due to some setup in other tests; I can't reproduce the failure locally, which makes it hard to track down

bug-or-feature commented 7 months ago

I have reproduced the fail without any other tests, so its not that. I've also found a way to reproduce locally. Setting to draft while I track down the problem

bug-or-feature commented 7 months ago

UPDATE: the problem was that newer versions of numpy, scipy and pandas are more strict with NaNs and types