-
Notifications
You must be signed in to change notification settings - Fork 59
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
Tornado improvements #676
Tornado improvements #676
Conversation
eccf2dc
to
4640386
Compare
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.
Add changelog entry and consider the two suggestions below, otherwise LGTM! 👏 🚀
import pandas as pd | ||
import plotly.graph_objects as go |
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.
import pandas as pd | |
import plotly.graph_objects as go | |
import pandas as pd | |
import plotly.graph_objects as go | |
@property | ||
def scatter_data(self) -> List[Dict]: | ||
return [ | ||
dict( |
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 think we elsewhere mostly use {key: value}
and not dict(key= value)
.
b471e29
to
c83cc8c
Compare
c83cc8c
to
3a75747
Compare
Also added reference to deck.gl documentation. Partial fix for equinor#292. Co-authored-by: Havard Bjerke <havard.bjerke@emerson.com>
Insert a description of your pull request (PR) here, and check off the boxes below when they are done.
Contributor checklist
CHANGELOG.md
, and added it if should be communicated there.