Skip to content

Commit

Permalink
tests(test_lgr.py::test_mover_get_sfr_package_connections): fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleaf committed Oct 16, 2024
1 parent d8810b3 commit 07c6821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfsetup/tests/test_lgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_mover_get_sfr_package_connections(pleasant_lgr_setup_from_yaml):
# m.modelgrid.write_shapefile('inset_model_grid.shp')
# m.parent.modelgrid.write_shapefile('parent_model_grid.shp')
# {inset_reach: parent_reach, ...}
assert to_parent == {29: 8, 41: 1}
assert to_parent == {29: 13, 41: 1}


def test_meandering_sfr_connections(shellmound_cfg, project_root_path, tmpdir):
Expand Down

0 comments on commit 07c6821

Please sign in to comment.