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

[REF] io.open() → open() #3575

Merged
merged 1 commit into from
May 28, 2023
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

Summary

In Python 3, io.open() is an alias for the builtin open() function:
https://docs.python.org/3/library/io.html#io.open

List of changes proposed in this PR (pull-request)

  • io.open() → open()

@codecov
Copy link

codecov bot commented May 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

Comparison is base (6cbbaff) 63.33% compared to head (c8f4c42) 63.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3575      +/-   ##
==========================================
- Coverage   63.33%   63.30%   -0.04%     
==========================================
  Files         309      309              
  Lines       40908    40908              
  Branches     5383     5383              
==========================================
- Hits        25911    25895      -16     
- Misses      13989    14004      +15     
- Partials     1008     1009       +1     
Impacted Files Coverage Δ
nipype/sphinxext/plot_workflow.py 14.95% <0.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@effigies effigies merged commit 75796d5 into nipy:master May 28, 2023
@DimitriPapadopoulos DimitriPapadopoulos deleted the io.open branch May 28, 2023 14:13
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.

2 participants