FilippoBovo / production-data-science

Production Data Science: a workflow for collaborative data science aimed at production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytest warning

FilippoBovo opened this issue · 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.