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
and similarly for fill_betweenx. The ValueError actually gets raised by plot, not by fillbetween, which is almost certainly not the intent. In any case, this should be easily fixable by getting rid of the call to plot. The tests could probably be parametrized as well.
The text was updated successfully, but these errors were encountered:
test_axes.py contains a few tests of the form
and similarly for fill_betweenx. The ValueError actually gets raised by plot, not by fillbetween, which is almost certainly not the intent. In any case, this should be easily fixable by getting rid of the call to plot. The tests could probably be parametrized as well.
The text was updated successfully, but these errors were encountered: