Skip to content

Commit

Permalink
Adds forceful registration to the RaSP test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 31, 2023
1 parent 89ee670 commit a905d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poli/tests/registry/test_problem_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def test_rasp_on_3ned_against_notebooks_results_isolated():
_, f, x0, _, _ = objective_factory.create(
name="rasp",
wildtype_pdb_path=THIS_DIR / "3ned.pdb",
force_register=True,
)

wildtype_sequence = "".join(x0[0])
Expand Down

0 comments on commit a905d2e

Please sign in to comment.