Closed
Description
The recent optimizations/rewrites resulted in stricter typing, which is uncharacteristic for Python.
For example, the following
controller.throttle = 1
results in this error:
TypeError: argument 'throttle': 'int' object cannot be converted to 'PyFloat'
while this works, of course:
controller.throttle = 1.0
Metadata
Metadata
Assignees
Labels
No labels