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
In the first section of the code, there is a missing line for the importing of units from the astropy package. In particular, you should have from astropy.io import units as u. Thanks!
In the first section of the code, there is a missing line for the importing of units from the astropy package. In particular, you should have
from astropy.io import units as u. Thanks!