Skip to content

Commit 4f29279

Browse files
committed
fix: remove deprecation warning.
1 parent 5c7496a commit 4f29279

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/algorithms/rapidart.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ class ArtifactDetect(BaseInterface):
269269
output_spec = ArtifactDetectOutputSpec
270270

271271
def __init__(self, **inputs):
272-
warn(('Deprecation warning: "bound_by_brainmask" will be set to True'
273-
'in release 0.8'))
274272
super(ArtifactDetect, self).__init__(**inputs)
275273

276274
def _get_output_filenames(self, motionfile, output_dir):

0 commit comments

Comments
 (0)