Closed stscirij closed 1 year ago
Are we worried about the "test-cov_xdist" failed check?
No, Zach looked at this and it wasn't immediately obvious what was going on there. Codecov issues, whether from not running or from running and giving a 'bad' result, aren't something to delay a build for
One unit test does a comparison between an array and scalar. Before numpy 1.25, this raised a deprecation warning (need to use np.any() or np.all()). With numpy 1.25, this is now an error.