-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Complete restructuring of the SupplyChain module #66
Conversation
major update of entire class incl. use of pymrio, bug fix, restructure of class
Hi @emanuel-schmid, in this pull request I am using the pymrio module (https://pymrio.readthedocs.io/en/latest/index.html) which is currently not included in the CLIMADA environment. How shall I add it? |
Yes, this problem is currently not really solved. There are workarounds though: one can add a line However, this file should actually remain unchanged in the develop branch and For now I suggest to proceed like this and I'll clean up the Jenkinsfile after the PR has been merged. |
Great, thanks @emanuel-schmid for the clarification. I will then update the |
@aleeciu Try merging the latest version of |
great, it worked thanks |
@@ -23,6 +23,7 @@ pipeline { | |||
sh '''#!/bin/bash | |||
export PATH=$PATH:$CONDAPATH | |||
source activate petals_env | |||
pip install pymrio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emanuel-schmid could you add pymrio
to the Petals environment, so that we can remove this line here?
Many thanks @peanutfun; I am confused because I saw some suggested changes from your side but now they are marked as resolved. It's all good for me if you implemented them directly, just please let me know if changes are still expected from my side. ps |
@aleeciu I now marked the comments as resolved. Some were outdated and for others I am not familiar enough with the module to mess with it now. If you are fine with how it works, I think we can merge 🙂 |
we can merge from my side, and we still have #81 which will bring changes to this module |
This pull request features a complete restructuring of the supply chain module, including: