unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)
Other
12 stars 15 forks source link

Cleanup of the tests #87

Closed WillemWybo closed 4 years ago

WillemWybo commented 4 years ago

Still have to get rid of some warnings

WillemWybo commented 4 years ago

Only one warning remains

tests/test_sovtree.py::TestSOVTree::testNETDerivation
  /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
    return f(*args, **kwds)

But it seems a known numpy related warning and should be benign https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility