-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
general.version can not be a float? #170
Comments
The problem is likely here: For a provisional fast solution make it be |
I renamed it to v3.0 and it got rid of the error. So indeed this seems to be the problem. I don't think i'll go for |
I found the same issue last week and wrote it in my TODO list and will have a look after I finish the fesom-recom stuff. It probably becomes a float after the parser thinks that it looks like a float. As Miguel says, a quick solution is make quotes around or place a character in front. |
In https://github.com/esm-tools/esm_tools/tree/awicm-3-frontiers-frozen I'm preparing for the upcoming freeze of AWICM 3.0.
I renamed a bunch of esm_tools awicm3 versions that had names that were all over the place. The new tagged version is supposed to be called 3.0:
When running esm_master after making the changes I get:
The error seems similar in nature to #71 A case of python thinking it's smart and converting a string that looks like a float into a float. Unless of course I'm mistaken and the actually error is somewhere else entirely. Which is possible given that I just changed the names and versions of dozens of things as once.
The text was updated successfully, but these errors were encountered: