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: Load arrays of linear transforms from FSL files #142

Merged
merged 3 commits into from
Feb 15, 2022

Conversation

oesteban
Copy link
Collaborator

Implements importing series of textfiles (.000, ...) generated by FSL tools (e.g., MCFLIRT).

References: #40.

nitransforms/io/fsl.py Outdated Show resolved Hide resolved
@oesteban
Copy link
Collaborator Author

Done both suggestions - thanks!

Co-authored-by: Chris Markiewicz <effigies@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #142 (1112ac3) into master (b40aff7) will decrease coverage by 0.24%.
The diff coverage is 84.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   98.88%   98.64%   -0.25%     
==========================================
  Files          12       12              
  Lines        1081     1109      +28     
  Branches      164      168       +4     
==========================================
+ Hits         1069     1094      +25     
- Misses          6        7       +1     
- Partials        6        8       +2     
Flag Coverage Δ
travis 98.64% <84.37%> (-0.25%) ⬇️

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

Impacted Files Coverage Δ
nitransforms/io/fsl.py 93.00% <80.00%> (-1.94%) ⬇️
nitransforms/io/base.py 100.00% <100.00%> (ø)
nitransforms/linear.py 97.63% <100.00%> (+0.02%) ⬆️

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 b40aff7...1112ac3. Read the comment docs.

@oesteban oesteban merged commit 0b9371c into master Feb 15, 2022
@oesteban oesteban deleted the fix/fsl-load-array-xfail branch February 15, 2022 21:37
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.

3 participants