Skip to content

Commit

Permalink
Fix deprecated scipy namespace (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jan 2, 2024
1 parent f3abf3f commit 98d8bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bagpipes/plotting/general.py
Expand Up @@ -10,7 +10,7 @@
pass

from distutils.spawn import find_executable
from scipy.ndimage.filters import gaussian_filter
from scipy.ndimage import gaussian_filter

from .. import utils

Expand Down

0 comments on commit 98d8bc9

Please sign in to comment.