Skip to content

Commit

Permalink
Merge pull request #2211 from Foxglove144/patch-1
Browse files Browse the repository at this point in the history
Deprecation Fix in spatial_smoothing.py
  • Loading branch information
beat-buesser authored Jul 4, 2023
2 parents bc39091 + c2b35c0 commit 3585836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/defences/preprocessor/spatial_smoothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from typing import Optional, Tuple

import numpy as np
from scipy.ndimage.filters import median_filter
from scipy.ndimage import median_filter

from art.utils import CLIP_VALUES_TYPE
from art.defences.preprocessor.preprocessor import Preprocessor
Expand Down

0 comments on commit 3585836

Please sign in to comment.