-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix issue and add test #328
fix issue and add test #328
Conversation
tests/fixtures/fixture_ribasim.py
Outdated
@@ -36,6 +36,13 @@ def ribasim_bucket_model() -> ribasim.Model: | |||
return add_subgrid(bucket) | |||
|
|||
|
|||
@pytest_cases.fixture(scope="function") | |||
def ribasim_bucket_model_no_subrgid() -> ribasim.Model: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -326,6 +328,59 @@ def case_bucket_model( | |||
) | |||
|
|||
|
|||
def case_bucket_model_no_subgrid( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the case of basins coupled to metaswap but not to modflow also tested here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No that is indeed not tested for now.
…-subgrid-in-Ribasim-model-optional
…ttps://github.com/Deltares/imod_coupler into make-presence-of-subgrid-in-Ribasim-model-optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prima werk!
No description provided.