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

FIX: Inefficient iterative reloading of reference and moving images #186

Merged
merged 7 commits into from
Nov 16, 2023

Conversation

oesteban
Copy link
Collaborator

The list comprehension had nb.loads and other method calls continously happening when converting the affine array into RAS.

The list comprehension had ``nb.loads`` and other method calls
continously happening when converting the affine array into RAS.
nitransforms/io/afni.py Outdated Show resolved Hide resolved
Co-authored-by: Chris Markiewicz <markiewicz@stanford.edu>
nitransforms/io/afni.py Outdated Show resolved Hide resolved
oesteban and others added 2 commits November 16, 2023 17:52
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1674e86) 96.95% compared to head (01cfcbc) 96.97%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   96.95%   96.97%   +0.02%     
==========================================
  Files          13       13              
  Lines        1279     1289      +10     
  Branches      184      252      +68     
==========================================
+ Hits         1240     1250      +10     
  Misses         33       33              
  Partials        6        6              

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

@oesteban oesteban merged commit 6e70c02 into master Nov 16, 2023
12 checks passed
@oesteban oesteban deleted the fix/optimize-afni-toras branch November 16, 2023 20:23
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