We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the config object for CHILLED, a user is specified as such:
config
message-ix-buildings/message_ix_buildings/chilled/util/config.py
Line 17 in c370db9
Further down in the config, the user is used to define the paths used in the CHILLED module:
Lines 131 to 137 in c370db9
However, currently, when a user that is not the default is called, the paths being set are still the ones associated with the default user.
On my immediate TODO is to change the path setting to be in a separate function not within the config.
The text was updated successfully, but these errors were encountered:
chilled
measrainsey
Successfully merging a pull request may close this issue.
In the
config
object for CHILLED, a user is specified as such:message-ix-buildings/message_ix_buildings/chilled/util/config.py
Line 17 in c370db9
Further down in the
config
, the user is used to define the paths used in the CHILLED module:message-ix-buildings/message_ix_buildings/chilled/util/config.py
Lines 131 to 137 in c370db9
However, currently, when a user that is not the default is called, the paths being set are still the ones associated with the default user.
On my immediate TODO is to change the path setting to be in a separate function not within the
config
.The text was updated successfully, but these errors were encountered: