Skip to content

Commit

Permalink
Merge branch 'dev_1.15.1' into t-uap-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxglove144 authored Jul 4, 2023
2 parents 22a25c2 + 3585836 commit 6cf4198
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 6cf4198

Please sign in to comment.