Skip to content

Commit

Permalink
comment for allowed stacks in LJ force_grad
Browse files Browse the repository at this point in the history
  • Loading branch information
RylieWeaver committed Nov 27, 2024
1 parent 98d5a94 commit ba5a8ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def pytest_examples_energy(example, model_type):
assert return_code == 0


# NOTE the grad forces example with LennardJones requires
# there to be a positional gradient via using
# positions in torch operations for message-passing.
@pytest.mark.parametrize(
"model_type",
[
Expand Down

0 comments on commit ba5a8ce

Please sign in to comment.