Skip to content

Commit

Permalink
Removed exs physicsml and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaskerville committed May 31, 2024
1 parent 59558a1 commit 74ba110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guardowl/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def perform_stability_test(self, parms: StabilityTestParameters) -> None:


from openmmml import MLPotential
from exs.physicsml.plugins.openmm.physicsml_potential import (
from physicsml.plugins.openmm.physicsml_potential import (
MLPotential as PhysicsMLPotential,
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/perform_stability_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def main(config: str) -> None:
)

process_test(test, platform, output)
print("--------- Test finishs --------- ")
print("--------- Test finished --------- ")


def _setup_logging():
Expand Down

0 comments on commit 74ba110

Please sign in to comment.