Skip to content

Ignore Mildly Interesting Warnings

Yann B眉chau requested to merge ignore-annoying-warnings into master

This gets rid of annoying warnings like FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead. upon import of PARMESAN.

Some warnings are ignored, some are fixed.

Merge request reports