You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove was added in the development version but hasn't yet been released. In the meantime, extinction.apply(extinction.ccm89(wave, -1.0, 3.1), flux) is equivalent.
I followed the guide on the documentation, but an error occurred.
AttributeError Traceback (most recent call last)
in ()
1 flux = np.ones(3)
2 wave = np.array([5., 2.5, 1.25])
----> 3 extinction.remove(extinction.ccm89(wave, 1.0, 3.1), flux)
AttributeError: module 'extinction' has no attribute 'remove'
The text was updated successfully, but these errors were encountered: