You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't supply a step it will print always with 3 decimal places, which is janky for values like 1.5 which get rendered at 1.500. Should get rid of the unnecessary zeroes in those cases.
The text was updated successfully, but these errors were encountered:
If you don't supply a
step
it will print always with 3 decimal places, which is janky for values like1.5
which get rendered at1.500
. Should get rid of the unnecessary zeroes in those cases.The text was updated successfully, but these errors were encountered: