Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix this test
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Oct 12, 2021
1 parent 647222d commit e982adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from deeprank.models.variant import PdbVariantSelection
from deeprank.tools.sparse import FLANgrid
from deeprank.operate import hdf5data
from deeprank.domain.amino_acid import glycine, alanine


_log = logging.getLogger(__name__)
Expand Down Expand Up @@ -40,7 +41,7 @@ def test_generate():
target_names = ["test.target.target1"]

pdb_path = "test/101m.pdb"
variants = [PdbVariantSelection(pdb_path, 'A', 25, 'G', 'A')]
variants = [PdbVariantSelection(pdb_path, 'A', 25, glycine, alanine)]

tmp_dir = mkdtemp()
try:
Expand Down

0 comments on commit e982adc

Please sign in to comment.