Skip to content

Commit aea3120

Browse files
committed
Revert "adding valueError to skip units other than kcfs"
This reverts commit 3c36558.
1 parent d4935a4 commit aea3120

File tree

1 file changed

+1
-1
lines changed
  • src/troute-rnr/src/troute_rnr

1 file changed

+1
-1
lines changed

src/troute-rnr/src/troute_rnr/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def read_rfc_flows(forecast: SiteData, settings: Settings) -> ProcessedData | No
113113
latest_observation_m3, latest_obs_units = convert_to_m3_per_sec(
114114
latest_observation_flow, latest_observation_units
115115
)
116-
except (KeyError, ValueError):
116+
except KeyError:
117117
# Skiping Obs read. None found
118118
latest_obs_units = None
119119
latest_observation_m3 = None

0 commit comments

Comments
 (0)