Skip to content

Commit

Permalink
Merge pull request #349 from mims-harvard/quick_fixes
Browse files Browse the repository at this point in the history
mygene dependency removal test issue
  • Loading branch information
amva13 authored Feb 7, 2025
2 parents a0e0b64 + 0a87f30 commit 92a2c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdc/test/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def test_gene_perturb(self):
group.get_train_valid_split()
group.get_test()

@unittest.skip(
"mygene dependency removal") #FIXME: separate into conda-only tests
def test_proteinpeptide(self):
from tdc.benchmark_group.protein_peptide_group import ProteinPeptideGroup
from tdc.multi_pred.proteinpeptide import ProteinPeptide
Expand Down

0 comments on commit 92a2c66

Please sign in to comment.