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
According to https://yaml.org/spec/1.2/spec.html#id2804092, 123456e1 (without quotes) is not a float but a string because there is no sign after the “e”. Also note that PyYAML yields
According to https://yaml.org/spec/1.2/spec.html#id2804092,
123456e1
(without quotes) is not a float but a string because there is no sign after the “e
”. Also note that PyYAML yieldsThe text was updated successfully, but these errors were encountered: