Skip to content

Commit

Permalink
Merge pull request #697 from bmorris3/scipy-depr-fix
Browse files Browse the repository at this point in the history
Update deprecated scipy namespace
  • Loading branch information
obi-wan76 authored Jul 27, 2023
2 parents 61d4b0a + 0e022a9 commit 427b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf/distortion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import pysiaf
from scipy.interpolate import RegularGridInterpolator
from scipy.ndimage.interpolation import rotate
from scipy.ndimage import rotate

def _get_default_siaf(instrument, aper_name):
"""
Expand Down

0 comments on commit 427b93d

Please sign in to comment.