Skip to content

Fix typo: x_demonimator -> x_denominator in lamberts_ellipsoidal_dist…#14435

Closed
ManVT26 wants to merge 1 commit intoTheAlgorithms:masterfrom
ManVT26:fix/lamberts-typo
Closed

Fix typo: x_demonimator -> x_denominator in lamberts_ellipsoidal_dist…#14435
ManVT26 wants to merge 1 commit intoTheAlgorithms:masterfrom
ManVT26:fix/lamberts-typo

Conversation

@ManVT26
Copy link

@ManVT26 ManVT26 commented Mar 23, 2026

Fixes a typo in variable name in lamberts_ellipsoidal_distance.py

x_demonimatorx_denominator

The misspelled variable name is misleading when reading the code.

Fixes #11308

Describe your change:

  • Fix a bug or typo in an existing algorithm?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file.
  • All functions and variable names follow Python naming conventions.

@algorithms-keeper algorithms-keeper bot added enhancement This PR modified some existing files awaiting reviews This PR is ready to be reviewed labels Mar 23, 2026
@ManVT26 ManVT26 closed this Mar 24, 2026
@ManVT26 ManVT26 deleted the fix/lamberts-typo branch March 24, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Haversine distance may be using the wrong phi1 and phi2 angle

1 participant