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

[ENH]: Introduce get_xfm for fetching transformation files #297

Merged
merged 14 commits into from
Feb 1, 2024

Conversation

synchon
Copy link
Member

@synchon synchon commented Jan 30, 2024

  • description of feature/fix
  • tests added/passed
  • add an entry for the latest changes

This PR introduces a new function junifer.data.get_xfm() to fetch transformation files for moving between template spaces.

@synchon synchon added the enhancement New feature or request label Jan 30, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4acf8b2) 89.23% compared to head (4d9c5cf) 89.24%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
+ Coverage   89.23%   89.24%   +0.01%     
==========================================
  Files         100      101       +1     
  Lines        4449     4454       +5     
  Branches      853      853              
==========================================
+ Hits         3970     3975       +5     
  Misses        341      341              
  Partials      138      138              
Flag Coverage Δ
docs 100.00% <ø> (ø)
junifer 89.24% <100.00%> (+0.01%) ⬆️

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

Files Coverage Δ
junifer/api/cli.py 70.47% <ø> (ø)
junifer/api/functions.py 96.35% <ø> (ø)
junifer/data/__init__.py 100.00% <100.00%> (ø)
junifer/data/template_spaces.py 100.00% <100.00%> (ø)
junifer/data/utils.py 100.00% <ø> (ø)
...r/external/nilearn/junifer_nifti_spheres_masker.py 92.39% <ø> (ø)
junifer/markers/falff/falff_base.py 76.19% <ø> (ø)
junifer/markers/falff/falff_parcels.py 100.00% <ø> (ø)
junifer/markers/falff/falff_spheres.py 100.00% <ø> (ø)
...ivity/crossparcellation_functional_connectivity.py 100.00% <ø> (ø)
... and 9 more

Copy link

github-actions bot commented Jan 30, 2024

PR Preview Action v1.4.6
Preview removed because the pull request was closed.
2024-02-01 08:37 UTC

junifer/data/template_spaces.py Outdated Show resolved Hide resolved
junifer/data/template_spaces.py Show resolved Hide resolved
junifer/data/tests/test_template_spaces.py Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
@synchon synchon merged commit 1428aad into main Feb 1, 2024
20 checks passed
@synchon synchon deleted the feat/xfm-download branch February 1, 2024 08:33
@synchon synchon linked an issue Feb 2, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH]: Provide mapping between different spaces
2 participants