mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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…
Reference in New Issue
Block a user