Closed phobson closed 2 years ago
GHA CI is failing on my fork with NaN vs 0 assertion errors: https://github.com/phobson/crick/actions/runs/3484218155/jobs/5828532526#step:5:155
Will investigate.
@jrbourbeau the failures are related to changes in what scipy returns.
Since the expected values of the tests generated by scipy, I marked those tests as xfails for now.
I also removed the pre-commit
action so that we could separate out getting tests running from a bunch of changes from black and flake8. I'll add it back in with separate PR.
Tests are passing: https://github.com/phobson/crick/actions/runs/3501524992/jobs/5865250644
fixes #28 ref #26