Skip to content

Commit

Permalink
set done to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-knmi committed Oct 1, 2024
1 parent c5718cb commit f5e5697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysteps/blending/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

import numpy as np
from scipy.linalg import inv
from scipy.ndimage import binary_dilation, generate_binary_structure, iterate_structure
from scipy.ndimage import (binary_dilation, generate_binary_structure,
iterate_structure)

from pysteps import blending, cascade, extrapolation, noise, utils
from pysteps.nowcasts import utils as nowcast_utils
Expand Down Expand Up @@ -671,6 +672,7 @@ def forecast(
precip_cascade[~np.isfinite(precip_cascade)] = np.nanmin(
precip_models_cascade_temp
)
done = True
break

# 2.3.5 If zero_precip_radar is True, only use the velocity field of the NWP
Expand Down

0 comments on commit f5e5697

Please sign in to comment.