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
Required Info:
The integer should be automatically casted to a float.
You manually have to cast the integer to float, otherwise you get the error message AssertionError: The 'x' field must be of type 'float.
AssertionError: The 'x' field must be of type 'float
The text was updated successfully, but these errors were encountered:
Hey guys!
Just wanted to check if someone is working on this issue.
If nobody is working on this one, I'd like to try my best with it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
The integer should be automatically casted to a float.
Actual behavior
You manually have to cast the integer to float, otherwise you get the error message
AssertionError: The 'x' field must be of type 'float
.The text was updated successfully, but these errors were encountered: