sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
25 stars 18 forks source link

Run tests on python 3.9 #32

Closed moble closed 3 years ago

moble commented 3 years ago

Once the python 3.9 ecosystem is running (specifically, when numpy scipy, and numba are available for all platforms), the github action should run on python 3.9 as well. It's currently failing on this branch because they don't install correctly. We should just re-run it every few days until it passes, then merge this.

codecov-io commented 3 years ago

Codecov Report

Merging #32 into main will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   40.36%   40.36%           
=======================================
  Files          54       54           
  Lines        4382     4382           
  Branches      858      858           
=======================================
  Hits         1769     1769           
  Misses       2468     2468           
  Partials      145      145           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b96d0e...878bcfd. Read the comment docs.

moble commented 3 years ago

Waiting on https://github.com/numba/numba/pull/6579