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
There are a number of potential inefficiencies in SpecModel.predict(), including multiple calls to functions that might not be cheap, reading emline_info from disk every call, and linear algebra operations on sparse matrices.
Also, add a public method to return emission line luminosities.
The text was updated successfully, but these errors were encountered:
Some of this was fixed by #219 (e.g. the emline_info caching) but there are still some linear algebra operations that might be made more robust or faster.
There are a number of potential inefficiencies in
SpecModel.predict()
, including multiple calls to functions that might not be cheap, reading emline_info from disk every call, and linear algebra operations on sparse matrices.Also, add a public method to return emission line luminosities.
The text was updated successfully, but these errors were encountered: