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

bug: error when call get_ts() function of class HeadUFile #1503

Closed
flydream0428 opened this issue Aug 16, 2022 · 1 comment · Fixed by #1510
Closed

bug: error when call get_ts() function of class HeadUFile #1503

flydream0428 opened this issue Aug 16, 2022 · 1 comment · Fixed by #1510
Labels
bug in progress enhancement in progress

Comments

@flydream0428
Copy link

Describe the bug
The get_ts() function does not work as expected. In my case, I have a MF-USG model with a total number of 1379177 nodes.
I get the errors below when I call this function.

image
image

@wpbonelli wpbonelli added the in progress enhancement in progress label Aug 23, 2022
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 23, 2022
@wpbonelli
Copy link
Member

Thanks for the bug report @flydream0428, patch in progress

wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 23, 2022
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 24, 2022
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py module and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* run linter on examples and tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py module and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* run linter on examples and tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 25, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Aug 26, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
jdhughes-usgs pushed a commit that referenced this issue Aug 26, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix #1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Dec 14, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Dec 14, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
wpbonelli added a commit that referenced this issue Dec 14, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix #1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
wpbonelli added a commit to wpbonelli/flopy that referenced this issue Dec 14, 2022
* add flopy.utils.grid.py and get_lni(ncpl, *nodes) function ('layer node index')
* add get_lni(*nodes) method to grids
* add tests for new functions & methods
* use get_lni in HeadUFile.get_ts(idx) (fix modflowpy#1503)
* test HeadUFile.get_ts(idx) for every grid node
* run linter on examples and tests
* add addopts = -ra to pytest.ini (show info for skipped/xfailed tests)
* add pytest-cases to setup.cfg and environment.yml test dependencies
* use pytest-cases to define grids & parametrize grid tests
* mark EPSG test cases flaky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in progress enhancement in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants