veg / hivclustering

Infer molecular transmission networks from pairwise distance files (part of HIV-TRACE)
2 stars 5 forks source link

Unittests fail on master #43

Open FynnFreyer opened 1 year ago

FynnFreyer commented 1 year ago

As the title says.

Steps to reproduce

Expected result

It runs the tests, without errors.

Actual result

.F
======================================================================
FAIL: Ensure degrees are correct
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/fynn/RKI/Sandbox/hivclustering/venv/lib64/python3.8/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/fynn/RKI/Sandbox/hivclustering/tests/centrality.py", line 63, in test_degrees
    assert set(patients) == set(expected)
AssertionError

----------------------------------------------------------------------
Ran 2 tests in 0.033s

FAILED (failures=1)