Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Sep 30, 2024
1 parent 7769bb9 commit 9788781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-libraries/nanover-omni/tests/test_ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_step_interval(example_ase):
"""
for i in range(5):
assert (
example_ase.dynamics.get_number_of_steps()
== i * example_ase.frame_interval
example_ase.dynamics.get_number_of_steps() == i * example_ase.frame_interval
)
example_ase.advance_by_one_step()

0 comments on commit 9788781

Please sign in to comment.