Commit e5cea5e2 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fixing tests

parent 8b823d99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ class TestDocking(unittest.TestCase):
    # Check returned files exist
    assert len(list(docked_outputs)) == 1

  @attr("slow")
  @pytest.mark.slow
  def test_scoring_model_and_featurizer(self):
    """Test that scoring model and featurizer are invoked correctly."""

+1 −2
Original line number Diff line number Diff line
@@ -82,8 +82,7 @@ class TestPoseGeneration(unittest.TestCase):
    assert isinstance(protein, Chem.Mol)
    assert isinstance(ligand, Chem.Mol)

  @attr("slow")
>>>>>>> Changes
  @pytest.mark.slow
  def test_vina_pose_specified_centroid(self):
    """Test that VinaPoseGenerator creates pose files with specified centroid/box dims.