Skip to content

Commit

Permalink
skip test_dcnt_r01
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Jun 18, 2024
1 parent bf00feb commit bc81c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_dcnt_r01.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import sys
import timeit
import numpy as np
import pytest

from numpy.random import shuffle
from scipy import stats

Expand All @@ -14,6 +16,7 @@
from goatools.obo_parser import GODag


@pytest.mark.skip(reason="Latest obo (`releases/2024-06-10`) is not DAG")
def test_go_pools():
"""Print a comparison of GO terms from different species in two different comparisons."""
objr = _Run()
Expand Down

0 comments on commit bc81c8f

Please sign in to comment.