glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

Numpy warning from unit testing #44

Closed RonanDaly closed 2 years ago

RonanDaly commented 4 years ago
tests/integration/test_controllers.py::TestMS1Controller::test_ms1_controller_with_simulated_chems
23
  /opt/hostedtoolcache/Python/3.7.8/x64/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
24
    return f(*args, **kwds)
sdrogers commented 4 years ago

Any movement on this? A quick google suggests it's something to do with numpy versioning.

joewandy commented 4 years ago

The warning seems to have disappeared now? Maybe because we switched to another test framework.

joewandy commented 4 years ago

Actually it's still there ....

RonanDaly commented 3 years ago

https://github.com/glasgowcompbio/vimms/blob/master/run_tests.sh