iiasa / message-ix-buildings

Apache License 2.0
2 stars 3 forks source link

Move user-based path setting out of Config object #32

Closed measrainsey closed 3 weeks ago

measrainsey commented 1 month ago

This PR changes where and how the user-based paths for data is set.

Previously, this was done within the Config object, but with this PR it will be done in a function outside of the Config object. This PR should address #31

There is also a small change to save a file in postprocessing, which was done as part of #34, then merged into this branch

This branch is based off of chilled/input-files, which is associated with the PR #29