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 c950b71 commit ae62594Copy full SHA for ae62594
nibabel/streamlines/tests/test_tractogram.py
@@ -53,8 +53,9 @@ def setup():
53
'mean_torsion': DATA['mean_torsion'],
54
'mean_colors': DATA['mean_colors']}
55
56
- DATA['empty_tractogram'] = Tractogram()
57
- DATA['simple_tractogram'] = Tractogram(DATA['streamlines'])
+ DATA['empty_tractogram'] = Tractogram(affine_to_rasmm=np.eye(4))
+ DATA['simple_tractogram'] = Tractogram(DATA['streamlines'],
58
+ affine_to_rasmm=np.eye(4))
59
DATA['tractogram'] = Tractogram(DATA['streamlines'],
60
DATA['data_per_streamline'],
61
DATA['data_per_point'],
0 commit comments