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
Before the fix, `plt.hist(None)` would fail with `x must have 2 or fewer
dimensions`, which it does have. Now it fails with a bit later with
`unsupported operands type(s) for +: 'NoneType' and 'float'`, which is
hopefully clearer.
0 commit comments