Clean up imports
This commit is contained in:
parent
c7f551b0b7
commit
fb8c547ec2
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ See the documentation for raster(...) for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import numpy
|
import numpy
|
||||||
from numpy import r_, c_, logical_and, diff, floor, ceil, ones, zeros, vstack, hstack,\
|
from numpy import logical_and, diff, floor, ceil, ones, zeros, hstack, full_like, newaxis
|
||||||
full_like, newaxis
|
|
||||||
from scipy import sparse
|
from scipy import sparse
|
||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue