-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deploy logic fix #47
Deploy logic fix #47
Conversation
When this PR is merged, the |
d3ploy/no_inst.py
Outdated
@@ -184,7 +191,7 @@ def deploy_solver(self, commod, diff): | |||
Paramters: | |||
---------- | |||
commod: str | |||
commodity to deploy the prototypes for | |||
commodity to deploy |
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.
We aren't deploying a commodity here. I agree my original wording is lacking, but I'm not sure this is better.
Maybe "commodity being tracked"?
whatever.sh
Outdated
@@ -0,0 +1,4 @@ | |||
rm -rf build |
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.
this file should not be in the git repo. You can add it to the git ignore if you'd like and keep it locally though.
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.
Oh oops, will remove it.
Deploy logic fix
Deploy logic fix fix
@FlanFlanagan reflected your comments! |
@FlanFlanagan @jbae11 are we ready to merge this? |
Looks good. But can we remove the print statements? |
will do! |
I have removed the print statements! Merging now. |
This PR fixes the bugs in the #40 PR. And addresses #38 and #23