Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MAG entry in GEMPAK Guide #3699

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Fix MAG entry in GEMPAK Guide #3699

merged 1 commit into from
Nov 22, 2024

Conversation

sgdecker
Copy link
Contributor

Description Of Changes

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.

Checklist

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.
@sgdecker sgdecker requested a review from a team as a code owner November 22, 2024 19:24
@sgdecker sgdecker requested review from dopplershift and removed request for a team November 22, 2024 19:24
@dopplershift dopplershift added Area: Docs Affects documentation Type: Enhancement Enhancement to existing functionality labels Nov 22, 2024
@dopplershift dopplershift added this to the 1.7.0 milestone Nov 22, 2024
@dopplershift dopplershift merged commit 9a46a10 into Unidata:main Nov 22, 2024
37 checks passed
@dopplershift
Copy link
Member

Thanks @sgdecker !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Docs Affects documentation Type: Enhancement Enhancement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Magnitude of a Vector
2 participants