Skip to content

Commit

Permalink
Remove qml dependency on non-qml test
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jan 13, 2025
1 parent 1026cc5 commit b77f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_pdb_only_carbon_possible() -> None:
cmd = f"{filename_a} {filename_b}"
_ = rmsdlib.main(cmd.split())

cmd = f"--reorder --reorder-method qml --only-alpha-carbons {filename_a} {filename_b}"
cmd = f"--reorder --only-alpha-carbons {filename_a} {filename_b}"
out = rmsdlib.main(cmd.split())

print(out)
Expand Down

0 comments on commit b77f3ed

Please sign in to comment.