Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with handling of units using astropy.units #68

Open
farzami opened this issue Nov 12, 2024 · 1 comment
Open

Error with handling of units using astropy.units #68

farzami opened this issue Nov 12, 2024 · 1 comment

Comments

@farzami
Copy link

farzami commented 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.

import astropy.units as u
q = 1.0 * u.m
@farzami farzami changed the title Error with handling of units with astropy.units Error with handling of units using astropy.units Nov 12, 2024
@keyur32
Copy link
Collaborator

keyur32 commented Nov 27, 2024

Thank you for the report. Investigating. Internal bug # 9581403.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants