Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flush Python I/O in IJulia #982

Merged
merged 1 commit into from
Apr 8, 2022
Merged

flush Python I/O in IJulia #982

merged 1 commit into from
Apr 8, 2022

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented Apr 8, 2022

Fixes #912.

@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2022

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%) ⬆️

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%) ⬇️
src/conversions.jl 63.56% <0.00%> (+0.24%) ⬆️

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.

@stevengj stevengj merged commit 2728e20 into master Apr 8, 2022
@stevengj stevengj deleted the stevengj-patch-1 branch April 8, 2022 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

print function in python not works called by julia through PyCall
2 participants