Open water-e opened 1 year ago
Params are currently loaded in a manner that is case-preserving. This will cause issues with comparisons. Probably fine to preserve comment case, but keys and variables should be .lower()-ed. Good test case would be an echoed file.
Description
Params are currently loaded in a manner that is case-preserving. This will cause issues with comparisons. Probably fine to preserve comment case, but keys and variables should be .lower()-ed. Good test case would be an echoed file.