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
In the script itself, don't use file as a variable name. Replace with fname or something that isn't a Python reserved keyword.
Right now the names in the final output file are funny with the directory name is something like phydms_results/ as the files get split at this underscore. Also wasn't clear to me why both file and name were needed, but maybe they are.
Update the documentation to show a model comparison file with the actual output format.
The text was updated successfully, but these errors were encountered:
file
as a variable name. Replace withfname
or something that isn't a Python reserved keyword.phydms_results/
as the files get split at this underscore. Also wasn't clear to me why both file and name were needed, but maybe they are.The text was updated successfully, but these errors were encountered: