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 4ff32ac commit 9d1c97cCopy full SHA for 9d1c97c
nitransforms/nonlinear.py
@@ -10,7 +10,7 @@
10
import warnings
11
from pathlib import Path
12
import numpy as np
13
-from scipy.sparse import sparse_vstack
+from scipy.sparse import vstack as sparse_vstack
14
from scipy import ndimage as ndi
15
from nibabel.funcs import four_to_three
16
from nibabel.loadsave import load as _nbload
0 commit comments