Martin Vonk
Martin Vonk
To add to the todo list: - [x] Readthedocs update Release Notes section - [x] Readthedocs update Development section
It would be nice to have one big file with the correct types of each arguments. This way these types can be implemented correctly in functions. Additionally, checks can be...
The following tests fail but these are **not** related to this PR: ``` FAILED tests/test_notebooks.py::test_notebook[20_signatures.ipynb] FAILED tests/test_plots.py::test_summary_pdf FAILED tests/test_signatures.py::test_summary ```
This PR can now be reviewed. Last changes that I made are to the `pastas.plots.compare` function. I did not want to deprecate it, so now it returns the Axes dictionary...
Thank you for the extensive response and thinking :) > * I'd still like to be able to see the R^2 I think, even for models at the same location...
I created a notebook where I create a class like you mentioned @dbrakenhoff. https://github.com/pastas/pastas/blob/428-models-compare/examples/notebooks/22_comparing_models.ipynb The class needs some improvement but I think we can work from here. I now create...
I currently have a FloPy fork that supports some features of the latest MODFLOW-USG Transport version: [https://github.com/martinvonk/flopy/tree/usg](https://github.com/martinvonk/flopy/tree/usg). However, this is not tested and a bit experimental.
I made a start with BCT package support (#1010) on the FloPy fork mentioned above for those who are interested.
fixed with https://github.com/pastas/pastas/commit/62cede50c3466e3805b97bc90bcb47d77f0c68f0 so closing.
Discussion on this topic: https://github.com/orgs/pastas/discussions/658