Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb3c312

Browse filesBrowse files
authored
Merge pull request #3393 from effigies/fix/output_str
FIX: Make ants.LaplacianThickness output_image a string, not file
2 parents 071e575 + 93d6c3b commit bb3c312
Copy full SHA for bb3c312

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎nipype/interfaces/ants/segmentation.py

Copy file name to clipboardExpand all lines: nipype/interfaces/ants/segmentation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class LaplacianThicknessInputSpec(ANTSCommandInputSpec):
268268
desc="gray matter segmentation image",
269269
position=2,
270270
)
271-
output_image = File(
271+
output_image = traits.Str(
272272
desc="name of output file",
273273
argstr="%s",
274274
position=3,

‎nipype/interfaces/ants/tests/test_auto_LaplacianThickness.py

Copy file name to clipboardExpand all lines: nipype/interfaces/ants/tests/test_auto_LaplacianThickness.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def test_LaplacianThickness_inputs():
3636
),
3737
output_image=dict(
3838
argstr="%s",
39-
extensions=None,
4039
hash_files=False,
4140
keep_extension=True,
4241
name_source=["input_wm"],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.