Skip to content

Commit 69aeae7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b30bab commit 69aeae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/n_body_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ def example_figure_eight() -> BodySystem:
201201
if __name__ == "__main__":
202202
# Run the figure-8 simulation
203203
sys = example_figure_eight()
204-
plot("Stable 3-Body Orbit (Leapfrog)", sys, (-1.5, 1.5), (-1.5, 1.5))
204+
plot("Stable 3-Body Orbit (Leapfrog)", sys, (-1.5, 1.5), (-1.5, 1.5))

0 commit comments

Comments
 (0)