Skip to content

Commit 832db1a

Browse files
authored
Merge pull request #174 from darioizzo/master
small docs update ... no warnin upon import
2 parents 02b4f33 + 1ed3f64 commit 832db1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pykep/orbit_plots/_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def plot_planet(plnt, t0=0, tf=None, N=60, units=1.0, color='k', alpha=1.0, s=40
2424
ax = fig.add_subplot(projection='3d')
2525
pl = pk.planet.jpl_lp('earth')
2626
t_plot = pk.epoch(219)
27-
ax = pk.orbit_plots.plot_planet(pl, ax = ax, color='b')
27+
ax = pk.orbit_plots.plot_planet(pl, axes = ax, color='b')
2828
"""
2929
from pykep import MU_SUN, SEC2DAY, epoch, AU, RAD2DEG
3030
from pykep.planet import keplerian

pykep/trajopt/_pl2pl_N_impulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class pl2pl_N_impulses(object):
1515
1616
... in the units: [mjd2000, days] + [nd, nd, m/sec, nd] + [nd] + [mjd2000]
1717
18-
Each time-of-flight can be decoded as follows, T_n = T log(alpha_n) / \sum_i(log(alpha_i))
18+
Each time-of-flight can be decoded as follows, T_n = T log(alpha_n) / \\sum_i(log(alpha_i))
1919
2020
.. note::
2121

0 commit comments

Comments
 (0)