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
A few functions to look out for, where primary and secondary masses may not be identified correctly:
_dadt_dedt() in Sesana_Scattering (however, this will be fixed when merging dev with cbd_torques)
_attenuation_BBR1980
_dadt_dedt() in Dynamical_Friction_NFW(). Check the below lines of code:
# ---- Get effective mass of inspiraling secondary
m2 = mass[:, 1]
mstar_sec = self._mmbulge.mstar_from_mbh(m2, scatter=False)
No description provided.
The text was updated successfully, but these errors were encountered: