You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the latest RavenHydroFramework and some processes, specifically, the Blended model. There appear to be more instances of SegFaults (error code -11) with the latest version of the RVH model.
Additional context
# FIXME: The Blended model run returns error code -11.ifname=="Blended":
pytest.skip("The Blended model run returns error code -11.")
ifname=="CanadianShield":
pytest.skip(
"The CanadianShield model run returns 'CHydroUnit constructor:: HRU 2 has a negative or zero area'"
)
The text was updated successfully, but these errors were encountered:
Description
There is an issue with the latest RavenHydroFramework and some processes, specifically, the
Blended
model. There appear to be more instances of SegFaults (error code -11) with the latest version of the RVH model.Additional context
The text was updated successfully, but these errors were encountered: