Skip to content

Commit

Permalink
flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored May 16, 2024
1 parent c52e391 commit cb8101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shearwater/processes/wps_cyclone.py
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ def _handler(self, request, response):
model_path = os.path.join(workdir, "Unet_sevenAreas_fullStd_0lag_model.keras")
urllib.request.urlretrieve(
"https://github.com/climateintelligence/shearwater/raw/main/data/Unet_sevenAreas_fullStd_0lag_model.keras",
model_path # "Unet_sevenAreas_fullStd_0lag_model.keras"
model_path # "Unet_sevenAreas_fullStd_0lag_model.keras"
)

# model_trained = models.load_model(

0 comments on commit cb8101e

Please sign in to comment.