Skip to content

Commit

Permalink
cleaned up yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 22, 2023
1 parent 48cd321 commit f7c4f26
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nipype-auto-conv/specs/fnirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nipype-auto-conv/specs/smm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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')
16 changes: 16 additions & 0 deletions related-packages/fileformats/fileformats/medimage_fsl/_version.py
Original file line number Diff line number Diff line change
@@ -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')
2 changes: 1 addition & 1 deletion related-packages/fileformats/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f7c4f26

Please sign in to comment.