Skip to content

Commit 77aacb4

Browse files
committed
DAS-2456 Remove trailing whitespaces
1 parent fb0cb75 commit 77aacb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Fixed
44

5-
- Add tolerance when comparing grid extent float values in the function
6-
`remove_points_outside_grid_extents` to prevent inaccurate spatial subset
5+
- Add tolerance when comparing grid extent float values in the function
6+
`remove_points_outside_grid_extents` to prevent inaccurate spatial subset
77
results.
88

99
## [v1.1.15] - 2025-10-24

hoss/projection_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def remove_points_outside_grid_extents(
555555
556556
"""
557557
tolerance = 1e-9
558-
558+
559559
mask = np.logical_and.reduce(
560560
[
561561
np.logical_or(

0 commit comments

Comments
 (0)