Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jul 28, 2024
1 parent 3fd3a52 commit 8aa885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex/utilities/regridder.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class _InterpolationMixin:
have the following attributes:
- self.distances: ndarray of distances from ball tree query
- self.distances: ndarray of indices from ball tree query
- self.indices: ndarray of indices from ball tree query
- self.min_distance: float representing the minimum distance to
use for inverse-weighted distances
calculation to avoid diving by 0
Expand Down

0 comments on commit 8aa885b

Please # to comment.