Skip to content

Commit

Permalink
Favor TraitedSpec over unnecessary use of BaseInterfaceInputSpec
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
psadil and effigies authored Dec 5, 2023
1 parent c6fab96 commit c1fa19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/interfaces/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def _run_interface(self, runtime):
return runtime


class GatherTimeseriesInputSpec(BaseInterfaceInputSpec):
class GatherTimeseriesInputSpec(TraitedSpec):
dvars = File(exists=True, mandatory=True, desc='file containing DVARS')
fd = File(exists=True, mandatory=True, desc='input framewise displacement')
mpars = File(exists=True, mandatory=True, desc='input motion parameters')
Expand Down

0 comments on commit c1fa19b

Please sign in to comment.