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
This may essentially be a duplicate of #1250, but I'm reporting it anyway.
If I set a single priority (1) in the UserDemand table, but forget to include return flow edges, I get the (very useful) validation error:
❯ c:\bin\ribasim\bin\ribasim.exe ribasim.toml
┌ Info: Starting a Ribasim simulation.
│ cli.ribasim_version = "2024.4.0"
│ starttime = 2017-01-01T00:00:00
└ endtime = 2019-01-01T00:00:00
┌ Error: UserDemand #118 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #119 must have at least 1 flow inneighbor(s) (got 0).
┌ Error: UserDemand #121 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #122 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #123 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #124 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #125 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #126 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #127 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #128 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #129 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #130 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #131 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
┌ Error: UserDemand #132 must have at least 1 flow inneighbor(s) (got 0).
└ @ Ribasim D:\buildAgent\work\ecd2b8f9b25b1609\ribasim\core\src\validation.jl:443
ERROR: Invalid number of connections for certain node types.
Adding priorities [1, 2, 3] seems to result in skipping this validation step?
Huite
changed the title
Add priorities to UserDemand / Time skips part of validation
Adding priorities to UserDemand / Time skips part of validation
Mar 13, 2024
This may essentially be a duplicate of #1250, but I'm reporting it anyway.
If I set a single priority (1) in the UserDemand table, but forget to include return flow edges, I get the (very useful) validation error:
Adding priorities [1, 2, 3] seems to result in skipping this validation step?
The text was updated successfully, but these errors were encountered: