Skip to content

Commit

Permalink
sonarcloud bugfix gis_utils.py (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander authored Sep 11, 2023
1 parent 713d6e3 commit ac0ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt/gis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def spread2d(
obs=da_obs.values,
msk=msk,
frc=frc,
nodata=da_obs.raster.nodata if nodata is None else nodata,
nodata=nodata,
latlon=da_obs.raster.crs.is_geographic,
transform=da_obs.raster.transform,
)
Expand Down

0 comments on commit ac0ea97

Please sign in to comment.