Skip to content

Conversation

effigies
Copy link
Member

file.writelines() does not add newlines. I have also checked the cpython source code, and it iterates over whatever is passed, so there should be no impact on memory usage.

Supersedes #1423.

file.writelines() does not add newlines. I have also checked the source
code and it iterates over whatever is passed, so there should be no
impact on memory usage.
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.44%. Comparing base (ade6091) to head (f3ec45a).
⚠️ Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
nibabel/cmdline/parrec2nii.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1433   +/-   ##
=======================================
  Coverage   95.43%   95.44%           
=======================================
  Files         209      209           
  Lines       29784    29782    -2     
  Branches     4472     4472           
=======================================
- Hits        28425    28424    -1     
+ Misses        926      925    -1     
  Partials      433      433           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@effigies effigies merged commit ccbe727 into nipy:master Sep 19, 2025
59 of 60 checks passed
@effigies effigies deleted the sty/ruff branch September 19, 2025 01:57
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.

1 participant