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
This function has a really counter-intuitive behavior, where you can pass a dictionary to an override_file/default_file. If we want to support this feature, it should be in different method instead of having a function that does all sorts of stuff and that can only be understood by reading the source code.
The text was updated successfully, but these errors were encountered:
More generally, to me this looks like a problem with the constructor of ParamDict. At this end, this just is just a constructor, so maybe we should just provide the correct constructors.
ClimaParams.jl/src/file_parsing.jl
Lines 400 to 426 in ec828db
This function has a really counter-intuitive behavior, where you can pass a dictionary to an
override_file
/default_file
. If we want to support this feature, it should be in different method instead of having a function that does all sorts of stuff and that can only be understood by reading the source code.The text was updated successfully, but these errors were encountered: