We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea3120 commit 07200afCopy full SHA for 07200af
src/troute-rnr/main.py
@@ -80,11 +80,7 @@ def run(
80
except httpx.HTTPStatusError:
81
# HTTPStatusError: There was no forecast/record within NWPS for the site given
82
continue
83
- try:
84
- inputs = read.read_rfc_flows(site_data, settings)
85
- except ValueError:
86
- print(f"Site input data is not supported")
87
- continue
+ inputs = read.read_rfc_flows(site_data, settings)
88
if inputs is not None:
89
try:
90
rnr.get_rnr_segment(
0 commit comments