We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should think about some way to simplify the selection of steady state and transient stress periods. This is relevant to e.g. the storage package
Originally posted by @mjr-deltares in #2352 (comment)
Hey @jlarsen-usgs , I looked at the failing test and realized I was having similar issues. The storage package is created with:
... steady_state={0: True, 1: False}, transient={0: False, 1: True}, )
which the splitter can't process into something valid. Reducing it to:
steady_state={0: True}, transient={1 : True}, )
works as intended.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should think about some way to simplify the selection of steady state and transient stress periods. This is relevant to e.g. the storage package
Originally posted by @mjr-deltares in #2352 (comment)
Hey @jlarsen-usgs , I looked at the failing test and realized I was having similar issues. The storage package is created with:
which the splitter can't process into something valid. Reducing it to:
works as intended.
The text was updated successfully, but these errors were encountered: