-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add utilization map to tutorial #291
Conversation
docs/plot.rst
Outdated
from powersimdata.utility.helpers import PrintManager | ||
from powersimdata.scenario.scenario import Scenario | ||
from powersimdata import Scenario |
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.
These two imports, which one should go first or it doesn't matter according to flake8
?
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.
That is a good question. I don't know, what do you think?
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.
I've no idea. Flake8 is not complaining either way. I guess we are following pep8
only, right? According to style, pep8
enforces groups without enforcing the order within the groups
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.
I switched it since other code snippets have it first
Wrong description of |
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.
Looks good.
Pull Request doc
Purpose
Add utilization map to tutorial. Closes #290.
What the code is doing
N/A
Testing
Code snippet has been run in the plot_tutorial notebook.
You can run
tox
in the docs repository to see the updatesWhere to look
postreise/plot/plot_utilization_map
module. Keywords were not correctlypassed toplot_states
functionutilization_map_demo
notebookTime estimate
5 min