OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
23 stars 17 forks source link

Create a user configuration validation module #133

Closed trevorb1 closed 1 year ago

trevorb1 commented 1 year ago

With the introduction of a config.yaml file, there is lots of opportunity for invalid data to be entered by the user. There should be logic in place to catch invalid options and relay these errors back to the user in a readable way.

trevorb1 commented 1 year ago

Completed with PR #134