Skip to content

Commit

Permalink
update ncextract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
casadoj committed Feb 24, 2025
1 parent 69bbcec commit 861a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisfloodutilities/ncextract/ncextract.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read_points(inputcsv: Union[str, Path]) -> xr.Dataset:
poi_xr = poi_xr.rename({idx_col: 'id'})
except:
raise ValueError(f"Could not read CSV properly. Please check the format.\nDetails: {e}")

return poi_xr


Expand Down

0 comments on commit 861a812

Please sign in to comment.