We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcf05b commit b74fc85Copy full SHA for b74fc85
nipype/interfaces/tests/test_r.py
@@ -91,7 +91,8 @@ def test_set_rcmd():
91
default_script_file = clean_workspace_and_get_default_script_file()
92
93
ri = r.RCommand()
94
+ _default_r_cmd = ri._default_r_cmd
95
ri.set_default_r_cmd("foo")
96
assert not os.path.exists(default_script_file), "scriptfile should not exist."
97
assert ri._default_r_cmd == "foo"
- ri.set_default_r_cmd(r_cmd)
98
+ ri.set_default_r_cmd(_default_r_cmd)
0 commit comments