Skip to content

Commit 91548e4

Browse files
committed
link to issue per curtischong request
1 parent 47c9190 commit 91548e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_optimizers.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,8 @@ def energy_converged(current_energy: torch.Tensor, prev_energy: torch.Tensor) ->
909909
)
910910

911911

912-
# Test for charge and spin preservation (GitHub Issue #389)
913-
914-
912+
# Test for charge and spin preservation
913+
# GitHub Issue https://github.com/TorchSim/torch-sim/issues/389
915914
@pytest.mark.parametrize(
916915
("optimizer_fn", "cell_filter"),
917916
[

0 commit comments

Comments
 (0)