JuliaLinearAlgebra / NonNegLeastSquares.jl

Some nonnegative least squares solvers in Julia
MIT License
46 stars 11 forks source link

CI.yml fails due to python issue #27

Closed JeffFessler closed 3 years ago

JeffFessler commented 3 years ago

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.

JeffFessler commented 3 years ago

well, at least codecov is working now, so anyone who wants to improve coverage can see where to start.

MatFi commented 3 years ago

Copy pasted two lines from NNLS.jl to https://github.com/ahwillia/NonNegLeastSquares.jl/commit/fed55e140a996ef00a7b7e78c6824c100ca93ea4 solved the PyCall problem.