Skip to content

Commit

Permalink
updating deprecated scipy integrate names
Browse files Browse the repository at this point in the history
  • Loading branch information
djones1040 committed Jul 29, 2024
1 parent 3eab4fe commit 055259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltshaker/util/specrecal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from scipy.optimize import minimize
from scipy.interpolate import interp1d
from scipy.integrate import trapz
from scipy.integrate import trapezoid as trapz
import numpy as np
from saltshaker.util.synphot import synphot
from sncosmo.constants import HC_ERG_AA
Expand Down

0 comments on commit 055259b

Please sign in to comment.