Skip to content

Commit

Permalink
Merge pull request #57 from VinceBaz/fix-license
Browse files Browse the repository at this point in the history
[FIX] Fixed license
  • Loading branch information
VinceBaz authored Feb 24, 2022
2 parents 3398e98 + 8ed324c commit 4257c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"transformations",
"spatial nulls"
],
"license": "CC-BY-NC-SA",
"license": "CC-BY-NC-SA-4.0",
"upload_type": "software"
}
2 changes: 1 addition & 1 deletion neuromaps/parcellate.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def transform(self, data, space, hemi=None):
and not self._volumetric):
raise ValueError('Cannot use resampling_target="data" when '
'provided parcellation is in surface space and '
'provided data are in MNI1512 space.')
'provided data are in MNI152 space.')
elif (self.resampling_target == 'parcellation' and self._volumetric
and space != 'MNI152'):
raise ValueError('Cannot use resampling_target="parcellation" '
Expand Down

0 comments on commit 4257c0b

Please sign in to comment.