Skip to content

Commit

Permalink
pathprof: bugfix: PathProp decorator had wrong argument names for bea…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
Benjamin Winkel committed Jul 19, 2017
1 parent 1d30db4 commit c959d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycraf/pathprof/propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ class PathProp(cyprop._PathProp):
N0=(None, None, cnv.dimless),
hprof_dists=(None, None, apu.km),
hprof_heights=(None, None, apu.m),
bearing=(None, None, apu.deg),
back_bearing=(None, None, apu.deg),
hprof_bearing=(None, None, apu.deg),
hprof_backbearing=(None, None, apu.deg),
strip_input_units=True, allow_none=True, output_unit=None
)
def __init__(
Expand Down

0 comments on commit c959d04

Please sign in to comment.