Skip to content

Commit 1aee2c4

Browse files
committed
tst: remove nibabel doctest
1 parent 77fdbc9 commit 1aee2c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nitransforms/patched.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,4 @@ def shape_zoom_affine(shape, zooms, x_flip=True, y_flip=False):
6868

6969
class LabeledWrapStruct(LWS):
7070
def __setitem__(self, item, value):
71-
''' Set values in structured data
72-
Examples
73-
--------
74-
>>> wstr = WrapStruct()
75-
>>> wstr['integer'] = 3
76-
>>> wstr['integer']
77-
array(3, dtype=int16)
78-
'''
7971
self._structarr[item] = np.asanyarray(value)

0 commit comments

Comments
 (0)