Skip to content

Commit

Permalink
Merge pull request #1153 from yeatmanlab/36000-patch-1
Browse files Browse the repository at this point in the history
allow identity mapping from CLI
  • Loading branch information
arokem authored Aug 20, 2024
2 parents 34c6817 + 7d97607 commit 99a8b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/definitions/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
except ModuleNotFoundError:
has_fslpy = False

__all__ = ["FnirtMap", "SynMap", "SlrMap", "AffMap"]
__all__ = ["FnirtMap", "SynMap", "SlrMap", "AffMap", "IdentityMap"]


logger = logging.getLogger('AFQ')
Expand Down

0 comments on commit 99a8b0b

Please sign in to comment.