Geodels / gospl

Global Scalable Paleo Landscape Evolution Model
https://gospl.readthedocs.io
GNU General Public License v3.0
56 stars 11 forks source link

Update gospl/tools/inputparser.py #210

Closed utpal-singh closed 1 year ago

utpal-singh commented 1 year ago

The import statement import ruamel.yaml as YAML in gospl/tools/inputparser.py causes TypeError: Module not callable. Using from ruamel.yaml import YAML resolves the issue.

tristan-salles commented 1 year ago

Thanks for this!