Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs(examples): move geometry data to yml file, inline utilities#2264

Merged
wpbonelli merged 2 commits into
modflowpy:developfrom
wpbonelli:examples
Jul 10, 2024
Merged

docs(examples): move geometry data to yml file, inline utilities#2264
wpbonelli merged 2 commits into
modflowpy:developfrom
wpbonelli:examples

Conversation

@wpbonelli

Copy link
Copy Markdown
Member

Small step towards #1872. Move geometry info to a YAML file under examples/data/ and move utils into scripts to remove common/ module import and sys.path manipulation. A later PR may introduce pooch as we have done for the mf6 examples:

@wpbonelli wpbonelli marked this pull request as ready for review July 10, 2024 15:42
@wpbonelli wpbonelli merged commit 9400d42 into modflowpy:develop Jul 10, 2024
@wpbonelli wpbonelli deleted the examples branch July 10, 2024 15:47
wpbonelli added a commit to wpbonelli/flopy that referenced this pull request Aug 8, 2024
modflowpy#2264 removed the  module but neglected to remove this dependency from 3 examples
wpbonelli added a commit to wpbonelli/flopy that referenced this pull request Aug 8, 2024
modflowpy#2264 removed the notebook_utils.py module but neglected to remove this dependency from 3 examples
wpbonelli added a commit that referenced this pull request Aug 8, 2024
#2264 removed the notebook_utils.py module but neglected to remove this dependency from 3 examples:

* export_vtk_tutorial.py
* plot_cross_section_example.py
* plot_map_view_example.py

This is why these are missing from the develop version of the RTD site.

This PR inlines the shared models which previously lived in notebook_utils.py. This duplication will go away once we have a models API as proposed in #1872.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant