chore: 🧹 Ruff clean up

This commit is contained in:
2025-12-24 15:32:41 +00:00
parent 1d21ab5f36
commit 5da185a826
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class GenerateTimeseries:
ypp = nrows_basin * cellres_basin
start_col = np.floor(xp / cellres_radar) - 1
end_col = np.ceil((xpp + xp) / cellres_radar) -1
end_col = np.ceil((xpp + xp) / cellres_radar) - 1
start_row = np.floor(nrows_radar - ((yp + ypp) / cellres_radar)) + 1
end_row = np.ceil(nrows_radar - (yp / cellres_radar)) + 1