Skip to content

Commit

Permalink
Update uxarray/grid/area.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Chmielowiec <[email protected]>
  • Loading branch information
rajeeja and philipc2 authored Jan 8, 2025
1 parent bd3ebfc commit aae25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uxarray/grid/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def edge_passes_through_pole(node1, node2):
n = n / np.linalg.norm(n)

# North and South Pole vectors
p_north = np.array([0.0, 0.0, 1.0]) # Changed to float64
p_north = np.array([0.0, 0.0, 1.0])
p_south = np.array([0.0, 0.0, -1.0]) # Changed to float64

# Check if the normal vector is orthogonal to either pole
Expand Down

0 comments on commit aae25d8

Please sign in to comment.