Skip to content

Commit 6e82fc0

Browse files
pre-commit-ci[bot]jobovy
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c81e9c commit 6e82fc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v1.10.2 (expected around 2025-03-01)
22
====================
33

44
- Implemented the IAS15 integrator of Rein & Spiegel 2015.
5-
5+
66
- Combine the drift calculations in the Python leapfrog integrator (#365).
77

88
- Move the checks for non-axisymmetric and dissipative potentials from internal to

doc/source/orbit.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,8 @@ the ``orbit.integrate`` method. Currently available integrators are
10161016
* dop853_c
10171017
* ias15_c
10181018

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

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

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

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

0 commit comments

Comments
 (0)