Skip to content

Commit

Permalink
Remove dirty whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Oct 18, 2019
1 parent b480baa commit 9f622eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions designer/preprocessing/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,4 @@ def json2fslgrad(self, path):
fPath = op.splitext(path)[0]
np.savetxt((fPath + '.bvec'), bvec, delimiter=' ', fmt='%d')
np.savetxt((fPath + '.bval'), np.c_[bval], delimiter=' ',
fmt='%d')




fmt='%d')

0 comments on commit 9f622eb

Please sign in to comment.