We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffcbb6 commit 830b2bfCopy full SHA for 830b2bf
nipype/interfaces/fsl/tests/test_model.py
@@ -66,4 +66,5 @@ def test_MultipleRegressDesign(tmpdir):
66
1
67
"""
68
for ii in ["mat", "con", "fts", "grp"]:
69
- assert Path(eval('res.outputs.design_'+ii)).read_text() in eval( "design_" + ii + "_expected_content")
+ outfile = "design_" + ii
70
+ assert Path(outputs[outfile]).read_text() == expected_content[outfile]
0 commit comments