This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Consider harsher runtime type restrictions on component input #545
Labels
bug
Something isn't working
semver-patch
This change requires an increment in the patch version number
Milestone
In the setter for
power
incomponents/motor.py
, booleans pass thenew_power < -1 or new_power > 1
check and as such don't throw a ValueError. This might exist in other places.The text was updated successfully, but these errors were encountered: