-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update error messages for mpl and mpl_animators #651
Conversation
@@ -29,16 +33,20 @@ def _resolve_default_type(self, raise_error=True): | |||
# delay the import of matplotlib until the plotter is first | |||
# accessed. | |||
if self._default_type in ("mpl_plotter", "mpl_sequence_plotter"): | |||
try: | |||
if self._default_type == "mpl_plotter": | |||
if self._default_type == "mpl_plotter": |
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 is not a pretty set of blocks.
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.
Thanks for the quick work @nabobalis ! I confirm this fixes #650 - both of my concerns there are addressed. One exceedingly minor typo you can accept or not as you prefer.
Co-authored-by: Erik Tollerud <[email protected]>
I'll punt the test issue to another future Nabil. |
…on-2.1 Backport PR #651 on branch 2.1 (Update error messages for mpl and mpl_animators)
Fixes #650
TODO: