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.
2 parents 37546c7 + 292e35c commit 8b78870Copy full SHA for 8b78870
nipype/algorithms/confounds.py
@@ -208,7 +208,7 @@ def _run_interface(self, runtime):
208
209
if self.inputs.save_nstd:
210
out_file = self._gen_fname("dvars_nstd", ext="tsv")
211
- np.savetxt(out_file, dvars[1], fmt=b"%0.6f")
+ np.savetxt(out_file, dvars[1], fmt="%0.6f")
212
self._results["out_nstd"] = out_file
213
214
if self.inputs.save_plot:
0 commit comments