Skip to content

Commit

Permalink
Merge pull request #121 from openkinome/fix_ci
Browse files Browse the repository at this point in the history
merge chembl provider tests
  • Loading branch information
schallerdavid authored Apr 23, 2022
2 parents 4bf5ae9 + 6e9d616 commit 03bef01
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions kinoml/tests/datasets/test_chembl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""


def test_chembl_protein_openeye():
from kinoml.core.proteins import Protein
def test_chembl():
from kinoml.core.proteins import Protein, KLIFSKinase
from kinoml.datasets.chembl import ChEMBLDatasetProvider

# we will use a small subset with 100 entries only, for speed
Expand All @@ -19,12 +19,6 @@ def test_chembl_protein_openeye():
assert isinstance(chembl.systems[0].protein, Protein)
assert chembl.systems[0].protein.toolkit == "OpenEye"


def test_chembl_klifskinase_mdanalysis():
from kinoml.core.proteins import KLIFSKinase
from kinoml.datasets.chembl import ChEMBLDatasetProvider

# we will use a small subset with 100 entries only, for speed
chembl = ChEMBLDatasetProvider.from_source(
"https://github.com/openkinome/kinodata/releases/download/v0.3/activities-chembl29_v0.3.zip",
uniprot_ids=["P00533"],
Expand Down

0 comments on commit 03bef01

Please sign in to comment.