mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-30 01:23:38 +00:00
Update convolve function namespace (#7390)
This commit is contained in:
parent
3448ae5cec
commit
49cd46acea
@ -12,7 +12,7 @@
|
|||||||
from typing import SupportsIndex
|
from typing import SupportsIndex
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy.ndimage.filters import convolve
|
from scipy.ndimage import convolve
|
||||||
|
|
||||||
|
|
||||||
def warp(
|
def warp(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user