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
I had created a string with float values separated by ; (semicolons)
I split on ; and tried to convert to float, but this didn´t work, even when to_u32, to_u64 and to_f64 nodes exist.