Skip to content
Snippets Groups Projects

unit test for fslcomplex

Merged Paul McCarthy requested to merge test/fslcomplex into master
@@ -40,7 +40,7 @@ def create_test_input_data(radio):
comp4d = np.concatenate((comp.reshape(10, 10, 10, 1),
comp.reshape(10, 10, 10, 1)), 3)
affine = np.diag([3, 3, 3, 0])
affine = np.diag([3, 3, 3, 1])
affine[:3, 3] = [10, 20, 30]
if radio:
Loading