From 3a070281b1f5f49471bb165e262b9286b678107e Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Thu, 26 Jul 2018 08:35:32 -0400 Subject: [PATCH] TEST: make specs --- nipype/interfaces/tests/test_auto_BIDSDataGrabber.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nipype/interfaces/tests/test_auto_BIDSDataGrabber.py b/nipype/interfaces/tests/test_auto_BIDSDataGrabber.py index d77e9d7509..8acdcc9787 100644 --- a/nipype/interfaces/tests/test_auto_BIDSDataGrabber.py +++ b/nipype/interfaces/tests/test_auto_BIDSDataGrabber.py @@ -9,6 +9,7 @@ def test_BIDSDataGrabber_inputs(): output_query=dict(), raise_on_empty=dict(usedefault=True, ), return_type=dict(usedefault=True, ), + strict=dict(), ) inputs = BIDSDataGrabber.input_spec()