diff --git a/nipype-auto-conv/specs/fnirt.yaml b/nipype-auto-conv/specs/fnirt.yaml index 67b04cc..cca2254 100644 --- a/nipype-auto-conv/specs/fnirt.yaml +++ b/nipype-auto-conv/specs/fnirt.yaml @@ -226,7 +226,8 @@ tests: # (if not specified, will try to choose a sensible value) in_fwhm: '[8, 4, 2, 2]' # type=list|default=[]: FWHM (in mm) of gaussian smoothing kernel for input volume, default [6, 4, 2, 2] - subsampling_scheme: '[4, 2, 1, 1] Specify the resolution of the warps >>> fnirt_mprage.inputs.warp_resolution = (6, 6, 6)' + subsampling_scheme: '[4, 2, 1, 1]' + warp_resolution: '(6, 6, 6)' # type=list|default=[]: sub-sampling scheme, list, default [4, 2, 1, 1] imports: &id001 # list[nipype2pydra.task.importstatement] - list import statements required by the test, with each list item diff --git a/nipype-auto-conv/specs/smm.yaml b/nipype-auto-conv/specs/smm.yaml index f1d229b..1f19c69 100644 --- a/nipype-auto-conv/specs/smm.yaml +++ b/nipype-auto-conv/specs/smm.yaml @@ -42,7 +42,7 @@ outputs: # from the nipype interface, but you may want to be more specific, particularly # for file types, where specifying the format also specifies the file that will be # passed to the field in the automatically generated unittests. - _p_map: generic/file + _p_map: generic/file activation_p_map: generic/file # type=file: deactivation_p_map: generic/file diff --git a/related-packages/fileformats-extras/fileformats/extras/medimage_fsl/_version.py b/related-packages/fileformats-extras/fileformats/extras/medimage_fsl/_version.py new file mode 100644 index 0000000..accac60 --- /dev/null +++ b/related-packages/fileformats-extras/fileformats/extras/medimage_fsl/_version.py @@ -0,0 +1,16 @@ +# file generated by setuptools_scm +# don't change, don't track in version control +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple, Union + VERSION_TUPLE = Tuple[Union[int, str], ...] +else: + VERSION_TUPLE = object + +version: str +__version__: str +__version_tuple__: VERSION_TUPLE +version_tuple: VERSION_TUPLE + +__version__ = version = '0.1.dev228+g48cd321.d20231122' +__version_tuple__ = version_tuple = (0, 1, 'dev228', 'g48cd321.d20231122') diff --git a/related-packages/fileformats/fileformats/medimage_fsl/_version.py b/related-packages/fileformats/fileformats/medimage_fsl/_version.py new file mode 100644 index 0000000..accac60 --- /dev/null +++ b/related-packages/fileformats/fileformats/medimage_fsl/_version.py @@ -0,0 +1,16 @@ +# file generated by setuptools_scm +# don't change, don't track in version control +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple, Union + VERSION_TUPLE = Tuple[Union[int, str], ...] +else: + VERSION_TUPLE = object + +version: str +__version__: str +__version_tuple__: VERSION_TUPLE +version_tuple: VERSION_TUPLE + +__version__ = version = '0.1.dev228+g48cd321.d20231122' +__version_tuple__ = version_tuple = (0, 1, 'dev228', 'g48cd321.d20231122') diff --git a/related-packages/fileformats/pyproject.toml b/related-packages/fileformats/pyproject.toml index 13156ca..b36b6b6 100644 --- a/related-packages/fileformats/pyproject.toml +++ b/related-packages/fileformats/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.rst" requires-python = ">=3.8" dependencies = [ "fileformats >= 0.4", - "fileformats-medimage > = 0.2" + "fileformats-medimage >= 0.2" ] license = {file = "LICENSE"} authors = [