Skip to content

Commit

Permalink
DAS-2232 - minor initialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudha-murthy committed Oct 10, 2024
1 parent 822758f commit 7883465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoss/coordinate_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def get_valid_indices(
"""
Returns indices of a valid array without fill values
"""

valid_indices = np.empty((0, 0))
if coordinate_fill:
valid_indices = np.where(
~np.isclose(coordinate_row_col, float(coordinate_fill))
Expand Down

0 comments on commit 7883465

Please sign in to comment.