-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: Initial set of type fixes #217
Conversation
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.
Don't put the types in the docstrings, as we have them already in the code.
Need to resolve the issue on <3.10
plugins/plotly-express/src/deephaven/plot/express/communication/DeephavenFigureListener.py
Outdated
Show resolved
Hide resolved
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.
Need to fix 3.8 still, and one minor typo to fix
plugins/plotly-express/src/deephaven/plot/express/deephaven_figure/generate.py
Outdated
Show resolved
Hide resolved
The 3.8 and 3.9 failures are due to a core change. Opened deephaven/deephaven-core#5075 |
…gure/generate.py Co-authored-by: Mike Bender <[email protected]>
Adds a first set of type fixes for deephaven.ui and plotly-express
Most of the fixes are of the following:
| None
added to parameters that can takeNone
any
toAny
andcallable
toCallable
Added necessary args to
Generator
anddict
typesAssociated documentation