Skip to content

Commit

Permalink
fix(simulation packages): *** Breaks interface *** (#1394)
Browse files Browse the repository at this point in the history
* fix(simulation packages): The gnc and mvr simulation packages are now generic packages

* fix(simulation packages): Added tests for simulation packages and subpackages

* feat(new tutorial): Added tutorial showing how to work with multiple models in a simulation.  Includes example of how to connect sub-packages to a exchange package.

* fix(code formatting)

* fix(formatting)

* test(): testing changes with updated mf6 tests

* testing

* testing

* testing

* rollback test code
  • Loading branch information
spaulins-usgs committed Apr 19, 2022
1 parent 3ef6733 commit cb8c219
Show file tree
Hide file tree
Showing 90 changed files with 1,795 additions and 1,199 deletions.
2 changes: 2 additions & 0 deletions autotest/t504_test.py
Expand Up @@ -590,6 +590,8 @@ def test045_lake1ss_table():

# change some settings
model = sim.get_model(model_name)
lak = model.get_package("lak")
laktbl = lak.get_package("laktab")
laktbl = model.get_package("laktab").table
laktbl_data = laktbl.get_data()
laktbl_data[-1][0] = 700.0
Expand Down

0 comments on commit cb8c219

Please sign in to comment.