There seems to be an issue with a few of the exercises in this Seaborn module.
Each time I write the sns.barplot() code, I sends back that it’s wrong and also returns the following error:
/usr/local/lib/python3.5/dist-packages/scipy/stats/stats.py:1633: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq] . In the future this will be interpreted as an array index, arr[np.array(seq)] , which will result either in an error or a different result. return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval {“passed”: true}
Even when I ask the Solution, copy it, restart the exercise, and paste the solution given, I get the same error.
I even paste my code to my own editor and run it on my computer and it works just fine. It seems to be just when running it in codecademy that I get a problem