CSHS-CWRA / RavenPy

A Python wrapper to setup and run the hydrologic modelling framework Raven
https://ravenpy.readthedocs.io
MIT License
25 stars 5 forks source link

More SegFaults for some models with RVH 3.8.1 #379

Open Zeitsperre opened 3 months ago

Zeitsperre commented 3 months ago

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