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 1ea55de commit 6bca398Copy full SHA for 6bca398
nipype/interfaces/image.py
@@ -53,7 +53,7 @@ class Reorient(SimpleInterface):
53
.. testsetup::
54
55
>>> def print_affine(matrix):
56
- ... print(str(matrix).translate(dict(zip(b'[]', ' '))))
+ ... print(str(matrix).replace(']', ' ').replace('[', ' '))
57
58
.. doctest::
59
0 commit comments