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
The first plot in bert_example.ipynb had this FutureWarning:
Pass the following variables as keyword args: x, y. From version 0.12, the only valid positional argument will be `data`, and passing other arguments without an explicit keyword will result in an error or misinterpretation.
The future is now and this error is thrown:
TypeError: barplot() takes from 0 to 1 positional arguments but 2 positional arguments (and 1 keyword-only argument) were given
The first plot in
bert_example.ipynb
had this FutureWarning:The future is now and this error is thrown:
Adding the x and y keys fixed the error:
The text was updated successfully, but these errors were encountered: