Closed JeffFessler closed 3 years ago
well, at least codecov is working now, so anyone who wants to improve coverage can see where to start.
Copy pasted two lines from NNLS.jl to https://github.com/ahwillia/NonNegLeastSquares.jl/commit/fed55e140a996ef00a7b7e78c6824c100ca93ea4 solved the PyCall problem.
I was hoping to use github actions to do unit tests and code coverage, but
runtests
fails with github actions due to some PyCall issue:https://github.com/ahwillia/NonNegLeastSquares.jl/actions/runs/681382850
I don't know enough about PyCall to work on that...
edit: it fails on ubuntu but passes on mac and windows. huh.