Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b78870

Browse files
Merge pull request #3704 from mgxd/fix/np-save
FIX: Missed np.savetxt bstring
2 parents 37546c7 + 292e35c commit 8b78870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nipype/algorithms/confounds.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _run_interface(self, runtime):
208208

209209
if self.inputs.save_nstd:
210210
out_file = self._gen_fname("dvars_nstd", ext="tsv")
211-
np.savetxt(out_file, dvars[1], fmt=b"%0.6f")
211+
np.savetxt(out_file, dvars[1], fmt="%0.6f")
212212
self._results["out_nstd"] = out_file
213213

214214
if self.inputs.save_plot:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /