production-data-science icon indicating copy to clipboard operation
production-data-science copied to clipboard

Pytest warning

Open FilippoBovo opened this issue 5 years ago • 0 comments

When running pytest, you may notice the following warning:

RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility.

This is a cython waraning that should be silenced but is unsilenced by pytest.

See this link for more information.

FilippoBovo avatar Mar 25 '19 14:03 FilippoBovo