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
The error states: strconv.ParseFloat: parsing ".": invalid syntax. When I substitute the value 4.4 with an 4 it works as expected. I would expect that floating point values would be allowed.
The text was updated successfully, but these errors were encountered:
The following generates an error.
The error states:
strconv.ParseFloat: parsing ".": invalid syntax
. When I substitute the value4.4
with an4
it works as expected. I would expect that floating point values would be allowed.The text was updated successfully, but these errors were encountered: