Skip to content

Commit

Permalink
doc: insert urls to discussions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Apr 7, 2020
1 parent d830e55 commit f59e306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions niworkflows/utils/spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@ def __call__(self, parser, namespace, values, option_string=None):
and ":resolution-" not in val
):
# by default, explicitly set volumetric resolution to native
# relevant discussions:
# https://github.com/nipreps/niworkflows/pull/457#discussion_r375510227
# https://github.com/nipreps/niworkflows/pull/494
val = ":".join((val, "res-native"))
for sp in Reference.from_string(val):
spaces.add(sp)
Expand Down

0 comments on commit f59e306

Please sign in to comment.