JuliaPy / PyCall.jl

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

flush Python I/O in IJulia #982

Closed stevengj closed 2 years ago

stevengj commented 2 years ago

Fixes #912.

codecov-commenter commented 2 years ago

Codecov Report

Merging #982 (c70f8b5) into master (6b18f38) will increase coverage by 0.03%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #982      +/-   ##
==========================================
+ Coverage   68.33%   68.36%   +0.03%     
==========================================
  Files          20       20              
  Lines        2021     2023       +2     
==========================================
+ Hits         1381     1383       +2     
  Misses        640      640              
Flag Coverage Δ
unittests 68.36% <50.00%> (+0.03%) :arrow_up:

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

Impacted Files Coverage Δ
src/pyinit.jl 83.00% <50.00%> (-0.68%) :arrow_down:
src/conversions.jl 63.56% <0.00%> (+0.24%) :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 6b18f38...c70f8b5. Read the comment docs.