Open Derollez opened 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
86a9fb7
) 76.87% compared to head (b9294f3
) 76.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
float(a)
wheretype(a)
is aReal
from OSTk. This type is not directly serializable. What would be nice is havingReal
implicitly be converted tofloat
when desired.