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
kgpy.labeled.Array
This code fails with ValueError: Value not scalar compatible or convertible to an int, float, or complex array.
ValueError: Value not scalar compatible or convertible to an int, float, or complex array
a = 1 * u.deg b = kgpy.labeled.Array(1 * u.arcsec) c = a + b
The text was updated successfully, but these errors were encountered:
Cast everthing to millimeters as a workaround to Issue #3 in kgpy.opt…
12a9533
…ics.surfaces.rulings.CubicPolySpacing.normal().
No branches or pull requests
This code fails with
ValueError: Value not scalar compatible or convertible to an int, float, or complex array
.The text was updated successfully, but these errors were encountered: