Skip to content

Commit

Permalink
Fix MAG entry in GEMPAK Guide
Browse files Browse the repository at this point in the history
Currently, the row in the GEMPAK Conversion Guide referencing the MAG
function points to numpy.linalg.norm, but the actual NumPy equivalent
is numpy.hypot.  This commit updates the documentation accordingly.
  • Loading branch information
sgdecker committed Nov 22, 2024
1 parent 8251fed commit 599c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/gempak.rst
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ blue is uncertain of parity, and white is unevaluated.
<tr>
<td class="tg-implemented">MAG(V)</td>
<td class="tg-implemented">Magnitude of a vector</td>
<td class="tg-implemented"><a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.linalg.norm.html#numpy.linalg.norm">numpy.linalg.norm</a></td>
<td class="tg-implemented"><a href="https://numpy.org/doc/stable/reference/generated/numpy.hypot.html">numpy.hypot</a></td>
<td class="tg-yes">Yes</td>
<td class="tg-yes">Yes</td>
<td class="tg-yes">Yes</td>
Expand Down

0 comments on commit 599c735

Please sign in to comment.