Skip to content

Commit

Permalink
fix bad merge some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Nov 12, 2024
1 parent b6df066 commit 87129c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pywatershed/hydrology/prms_canopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,9 @@ def _calculate_numpy(
# python/numba.

intcp_form = np.full_like(hru_rain, -9999, dtype="int32")
for i in prange(nhru):

for aa in prange(nactive_hrus):
i = active_hrus[aa]
netrain = hru_rain[i]
netsnow = hru_snow[i]

Expand Down

0 comments on commit 87129c2

Please sign in to comment.