Skip to content

Commit

Permalink
Skip hard to converge test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Feb 29, 2024
1 parent a1850b2 commit e78d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feflow/tests/test_relative.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def test_hostguest_overlap():
raise Exception(message)

# TODO: This is skipped on perses, probably needs more iterations to converge? Skipping for now.
# @pytest.mark.skip(reason="Expensive. Hard to converge.")
@pytest.mark.skip(reason="Expensive. Hard to converge.")
def test_difficult_overlap(n_iterations=500):
"""Test that the variance of the endpoint->nonalchemical perturbation is sufficiently small for imatinib->nilotinib in solvent"""
name1 = 'imatinib'
Expand Down

0 comments on commit e78d16e

Please sign in to comment.