pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
581 stars 123 forks source link

Do strict checking of Array API in CI job. #671

Closed hameerabbasi closed 3 months ago

hameerabbasi commented 3 months ago

@mtsokol This will do what I suggested in https://github.com/pydata/sparse/pull/668#issuecomment-2079356755, in that we're required to remove tests that pass from the skips file. This will ensure that we don't regress and remember to update the file as well.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.05%. Comparing base (cb6b604) to head (71d1155). Report is 30 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #671 +/- ## ========================================== - Coverage 90.21% 90.05% -0.16% ========================================== Files 20 22 +2 Lines 3670 3732 +62 ========================================== + Hits 3311 3361 +50 - Misses 359 371 +12 ```