Skip to content

Env to hide warnings

Benoît Courty requested to merge removing-warnings into master

Created by: benoit-cty

I add a IGNORE_WARNING env variable to remove all warning that use Python warnings package (divide by 0 warning in NumPy, Pandas SettingWithCopyWarning, Deprecation...)

Merge request reports