You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently measures crashed when it's None (which is the default). The only way to circumvent this is adding [], but that's non-ideal and not obvious.
This PR fixes that, so that measures can actually be the default value of None.
This also proves we need to test Jupyter viz in notebooks, not only in console, since both have different code paths.
0 commit comments