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

Ignore: Wrong branch/commmits selected #112

Closed
wants to merge 3 commits into from

Conversation

ScottBoyce
Copy link
Contributor

Ran in common/ and scripts/ the command:
black --line-length 79 *.py

The file common/DisvPropertyContainer.py contains the
DisvPropertyContainer base class that stores
DISV keyword information that is used by flopy for building a
flopy.mf6.ModflowGwfdisv object.

common/DisvStructuredGridBuilder.py is a subclass of
DisvPropertyContainer for generating structured grids using DISV.

common/disv_curvilinear_builder.py was renamed to
common/DisvCurvilinearBuilder.py and updated to be
a subclass of DisvPropertyContainer.

common/DisvGridMerger.py is a simple tool that can merge
multiple, non-overlapping grids stored as a DisvPropertyContainer
object.
common/DisvPropertyContainer.py and
common/DisvCurvilinearBuilder.py replaced
common/disv_curvilinear_builder.py,
so scripts/ex-gwf-curvilinear-90.py
had to be refactored to use their classes and methods
to build the 90 degree curvilinear example.
@ScottBoyce ScottBoyce closed this Aug 23, 2023
@ScottBoyce ScottBoyce changed the title Apply black to all python files in scripts and common Ignore: Wrong branch/commmits selected Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant