RavenPy icon indicating copy to clipboard operation
RavenPy copied to clipboard

More SegFaults for some models with RVH 3.8.1

Open Zeitsperre opened this issue 1 year ago • 0 comments

  • 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'"
        )

Zeitsperre avatar Jun 20 '24 14:06 Zeitsperre