JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.47k stars 187 forks source link

support sparse array conversion #918

Open Roger-luo opened 3 years ago

Roger-luo commented 3 years ago

fix #204

codecov-commenter commented 2 years ago

Codecov Report

Merging #918 (f04535a) into master (f77394b) will increase coverage by 0.35%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #918      +/-   ##
==========================================
+ Coverage   67.97%   68.33%   +0.35%     
==========================================
  Files          20       21       +1     
  Lines        2033     2021      -12     
==========================================
- Hits         1382     1381       -1     
+ Misses        651      640      -11     
Flag Coverage Δ
unittests 68.33% <100.00%> (+0.35%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/conversions.jl 63.32% <ø> (ø)
src/scipy.jl 100.00% <100.00%> (ø)
src/PyCall.jl 70.39% <0.00%> (-0.31%) :arrow_down:
src/startup.jl 53.12% <0.00%> (+4.06%) :arrow_up:

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 f77394b...f04535a. Read the comment docs.

Roger-luo commented 2 years ago

Thanks for reviving this! I didn't notice the CI not passing