Conversation
jonmmease
left a comment
There was a problem hiding this comment.
Looks good, with one comment. As for testing, I think it would be worth adding a simple test under tests/test_optional (where kaleido is already installed for CI).
Just something simple that actually invokes kaleido and checks some expected default value.
| if scope is None: | ||
| raise ValueError( | ||
| """ | ||
| Image export using the "kaleido" engine requires the kaleido package, |
There was a problem hiding this comment.
Should probably refer to full_figure_for_development instead of Image export here
There was a problem hiding this comment.
thanks! done
|
OK added a test and some docs! |
|
OK, all done! I had to add |
|
also I added a doc page... feedback welcome :) @emmanuelle if you want to take a look that'd be cool too :) |
Not sure about the Python 3.5 thing specifically, but decoding explicitly to utf-8 is the right thing to do. |
Addresses the non-error portion of #1967
@jonmmease I'm not sure how to best test this or if such a trivial function is worth a test... ?