-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This validation was inadvertently not called anymore. This now adds a test to make sure that doesn't happen again. @SouthEndMusic tests fail since an invalid connection slipped in since, do you want to take over this PR to fix that? ``` ┌ Error: Cannot connect a basin to a basin. │ edge_id = 0 │ id_src = #2 │ id_dst = #4 └ @ Ribasim D:\Ribasim\core\src\validation.jl:450 Error in testset "Allocation objective types" on worker 24444: Error During Test at D:\Ribasim\core\test\allocation_test.jl:27 ``` --------- Co-authored-by: Bart de Koning <[email protected]>
- Loading branch information
1 parent
aa243c8
commit 641758f
Showing
5 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters