Skip to content

Commit 3585836

Browse files
authored
Merge pull request #2211 from Foxglove144/patch-1
Deprecation Fix in spatial_smoothing.py
2 parents bc39091 + c2b35c0 commit 3585836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/defences/preprocessor/spatial_smoothing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from typing import Optional, Tuple
3131

3232
import numpy as np
33-
from scipy.ndimage.filters import median_filter
33+
from scipy.ndimage import median_filter
3434

3535
from art.utils import CLIP_VALUES_TYPE
3636
from art.defences.preprocessor.preprocessor import Preprocessor

0 commit comments

Comments
 (0)