Skip to content
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(examples): restore example notebooks skipped after #2264 #2286

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

wpbonelli
Copy link
Member

@wpbonelli wpbonelli commented 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.

modflowpy#2264 removed the notebook_utils.py module but neglected to remove this dependency from 3 examples
@wpbonelli wpbonelli added this to the 3.8.0 milestone Aug 8, 2024
@wpbonelli wpbonelli merged commit 2eace78 into modflowpy:develop Aug 8, 2024
26 checks passed
@wpbonelli wpbonelli deleted the fix-examples branch August 8, 2024 13:24
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