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