-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Improve kwargs processing in show
#312
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
Conversation
|
I believe this should be it, @germa89 @RobPasMue do you foresee any issues with this approach? |
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 approach looks great to me! One small comment only to clarify things.
src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py
Show resolved
Hide resolved
…ta_interface.py Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
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.
It looks good to me! Just small comments!
src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py
Outdated
Show resolved
Hide resolved
src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py
Outdated
Show resolved
Hide resolved
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
|
Merging! If that is okay with you I'll leave the release for monday, just to have time in case anything breaks 😶 |
I agree... it is Friyay!! |
Overview
Improves changes from last release, where kwargs in PyVista
showmethod were split intoplotting_kwargsandshow_kwargs. Now they are mixed again and split inside the method, to avoid breaking changes in the method signature.