Open farzami opened 2 weeks ago
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
Thank you for the report. Investigating. Internal bug # 9581403.
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.