Skip to content

Commit

Permalink
fix: import of nonexistent function from scipy.sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Feb 10, 2022
1 parent 21decc6 commit 3ad562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/nonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import warnings
from pathlib import Path
import numpy as np
from scipy.sparse import sparse_vstack
from scipy.sparse import vstack as sparse_vstack
from scipy import ndimage as ndi
from nibabel.funcs import four_to_three
from nibabel.loadsave import load as _nbload
Expand Down

0 comments on commit 3ad562e

Please sign in to comment.