mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
Update convolve function namespace (#7390)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user