RavenPy
RavenPy copied to clipboard
More SegFaults for some models with RVH 3.8.1
- RavenPy version: 0.14.2
- raven-hydro version: 0.3.1
- Python version: Any
- Operating System: All
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
# FIXME: The Blended model run returns error code -11.
if name == "Blended":
pytest.skip("The Blended model run returns error code -11.")
if name == "CanadianShield":
pytest.skip(
"The CanadianShield model run returns 'CHydroUnit constructor:: HRU 2 has a negative or zero area'"
)