Skip to content

Commit

Permalink
fix the ruff
Browse files Browse the repository at this point in the history
Signed-off-by: Runze Liu <[email protected]>
  • Loading branch information
rul048 authored Sep 3, 2024
1 parent a48f0c0 commit 266da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_relaxation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_static_calc(
forces: ArrayLike = result["forces"]
stresses: ArrayLike = result["stress"]

assert isinstance(forces, float)
assert isinstance(energy, float)
assert list(forces.shape) == [3, 3]
assert list(stresses.shape) == [6]

Expand Down

0 comments on commit 266da49

Please sign in to comment.