From 599c735e48e502232f27d57d845949f2ded5b9de Mon Sep 17 00:00:00 2001 From: Steve Decker Date: Fri, 22 Nov 2024 14:20:42 -0500 Subject: [PATCH] Fix MAG entry in GEMPAK Guide 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. --- docs/userguide/gempak.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/gempak.rst b/docs/userguide/gempak.rst index 6af6b81e606..43eeaff5b91 100644 --- a/docs/userguide/gempak.rst +++ b/docs/userguide/gempak.rst @@ -544,7 +544,7 @@ blue is uncertain of parity, and white is unevaluated. MAG(V) Magnitude of a vector - numpy.linalg.norm + numpy.hypot Yes Yes Yes