Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and jobovy committed Jan 10, 2025
1 parent 4c81e9c commit 6e82fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ v1.10.2 (expected around 2025-03-01)
====================

- Implemented the IAS15 integrator of Rein & Spiegel 2015.

- Combine the drift calculations in the Python leapfrog integrator (#365).

- Move the checks for non-axisymmetric and dissipative potentials from internal to
Expand Down
6 changes: 3 additions & 3 deletions doc/source/orbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,8 @@ the ``orbit.integrate`` method. Currently available integrators are
* dop853_c
* ias15_c

which are Runge-Kutta, Dormand-Prince methods and the IAS15
integrator in `Rein & Spiegel (2014) <https://doi.org/10.1093/mnras/stu2164>`_.
which are Runge-Kutta, Dormand-Prince methods and the IAS15
integrator in `Rein & Spiegel (2014) <https://doi.org/10.1093/mnras/stu2164>`_.
There are also a number of symplectic integrators available

* leapfrog_c
Expand Down Expand Up @@ -1047,7 +1047,7 @@ which are speedy and reliable. For example, compare
>>> timeit(o.integrate(ts,mp,method='dop853_c'))
# 4.65 ms ± 86.8 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

The ``ias15_c`` method uses adaptive timestepping under the hood, and
The ``ias15_c`` method uses adaptive timestepping under the hood, and
can be used in cases where very high precision is required.

If the C extensions are unavailable for some reason, I recommend using
Expand Down

0 comments on commit 6e82fc0

Please sign in to comment.