Skip to content

Commit

Permalink
Update test_nplinker_scoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 10, 2024
1 parent 9894232 commit 91b2510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit/scoring/test_nplinker_scoring.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import numpy as np
import pytest
from nplinker.scoring import LinkCollection
from nplinker.scoring import ObjectLink


pytestmark = pytest.mark.skip(reason="Skip until refactoring relevant code.")


def test_get_links_gcf_standardised_false(npl, mc, gcfs, spectra, mfs, strains_list):
Expand Down

0 comments on commit 91b2510

Please sign in to comment.