Open timonegk opened 2 years ago
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
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.
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
.