Hi, In your second example, ("3.0e5") is not parsed as a tuple but as a string. You’d need a comma in there ("3.0e5", )
1 Like
Hi, In your second example, ("3.0e5") is not parsed as a tuple but as a string. You’d need a comma in there ("3.0e5", )