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
Running the following minimal code in Excel gives the error "TypeError: 'Quantity' object with a scalar value is not iterable". The same code works in Jupyter.
import astropy.units as u
q = 1.0 * u.m
The text was updated successfully, but these errors were encountered:
farzami
changed the title
Error with handling of units with astropy.units
Error with handling of units using astropy.units
Nov 12, 2024
Running the following minimal code in Excel gives the error "TypeError: 'Quantity' object with a scalar value is not iterable". The same code works in Jupyter.
The text was updated successfully, but these errors were encountered: