We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Did you find a bug? Please help us improve by fill out the sections below. 👍
Describe the bug
It's no longer possible to generate a quantity by multiplying a number by a ScalarQuantity unit
To Reproduce
Steps to reproduce the behavior:
cptest = 10*cp.ScalarQuantity('Hz') TypeError: unsupported operand type(s) for *: 'int' and 'ScalarQuantity'
Expected behavior
I would expect the same result as: cptest = cp.ScalarQuantity('10 Hz')
cptest = cp.ScalarQuantity('10 Hz')
Desktop (please complete the following information):
csdmpy
astropy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you find a bug? Please help us improve by fill out the sections below. 👍
Describe the bug
It's no longer possible to generate a quantity by multiplying a number by a ScalarQuantity unit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the same result as:
cptest = cp.ScalarQuantity('10 Hz')
Desktop (please complete the following information):
csdmpy
version: 0.6.0astropy
version (in case you need it): 6.0.0The text was updated successfully, but these errors were encountered: