-
Notifications
You must be signed in to change notification settings - Fork 5
Issue #1683: Support zarr and zipstore for dump and from_file methods in mf6 model #1706
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
Conversation
…eading op the nc and zarr files
…al applicalble and some unittests are failing
# Conflicts: # pixi.lock
… the way the solution is updated in the split model
…idn't expect to recieve dask objects. Optimize the flow-transport model matcher (cherry picked from commit 9c5134a)
# Conflicts: # pixi.lock
…not drop layer dimension
|
@JoerivanEngelen I've add a patch with a view changes this PR can benefit from. |
|
When running the unittests i get the following error often: I'm not sure if this has anything to do with your code or that it was already there. Could you verify if this is new or not and create a separate story to fix this if it is exsiting behaviour? You can reproduce it using: |
|
When running the zarr.zip tests i get warnings about duplicate names: You can reproduce it using: |
This was already present in the unittests for a few months. I don't see it happening in actual use cases, so it might be something with our test bench or something. Might be that we need to explictly close files during test teardown or something. |
Also noticed this, it's actually doing this:
I didn't know this was possible! Relevant issue: Suppressing ZipFile duplication warning · Issue #129 · zarr-developers/zarr-python |
…ython into issue_#1683_support_zarr
…izer and imod.mf6.pkgbase
|




Fixes #1683
Description
This PR salvages the logic from #1686 to dump and import files from zarr and zip store and adds unit tests.
Checklist
Issue #nr, e.g.Issue #737pixi run generate-sbomand committed changes