Skip to content

Commit

Permalink
moving metview
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored Oct 8, 2024
1 parent 9b5279b commit 4659287
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
Expand Up @@ -10,7 +10,6 @@
from pywps import FORMATS, Format
from pathlib import Path
import urllib.request
import metview as mv

# import intake

Expand Down Expand Up @@ -91,6 +90,7 @@ def __init__(self):
def _handler(self, request, response):
LOGGER.info("running cyclone ...")
# TODO: lazy load tensorflow ... issues with sphinx doc build
import metview as mv
from tensorflow.keras import models

start_date = request.inputs['start_day'][0].data
Expand Down

0 comments on commit 4659287

Please sign in to comment.