wpbonelli

Results 46 issues of wpbonelli

Currently the `external_path` argument to `Modflow` is assumed to be [relative to the model workspace](https://github.com/modflowpy/flopy/blob/1757470fe0dd28ed6c68c95950de877bd0b4a94b/flopy/modflow/mf.py#L159). Absolute paths are not currently supported: https://github.com/modflowpy/flopy/blob/5d0f5857d5ca5d5a92ad9207e0d8340acc214afa/autotest/test_modflow.py#L633 https://github.com/modflowpy/flopy/blob/5d0f5857d5ca5d5a92ad9207e0d8340acc214afa/autotest/test_modflow.py#L696 Are external paths understood to be relative...

question

I occasionally see fortran errors when running the test suite. These have occurred locally and in CI. ~~I am pretty sure Windows-only.~~ **Update**: seen on both Windows and Mac. Will...

Mac CI runners sometimes see worker crashes, e.g. `worker 'gw2' crashed...`. Seems to trace back to matplotlib's `gca()` and `gcf()`. The culprit is usually `test_binarygrid_util.py::test_mfgrddisv_modelgrid`, I'm not yet sure why....

The `flopy3_modpath7_create_simulation.ipynb` notebook is slow, taking 10-15 minutes on CI. The bottleneck seems to be in `PathlineFile.get_destination_pathline_data()`. Calculating pathline data for the backwards case with river cell locations is slowest....

Currently `ModflowSfr2.assign_layers()` writes to `sfr_botm_conflicts.chk` in the current working directory rather than in the model workspace: https://github.com/modflowpy/flopy/blob/1757470fe0dd28ed6c68c95950de877bd0b4a94b/flopy/modflow/mfsfr2.py#L1133 The `check()` method on the same class writes to the model workspace by...

This extension currently uses the `go-gh` module's [`CurrentRepository` function](https://github.com/actions/gh-actions-cache/blob/d3293b69e1c5bc17686d815ab2c64618618c95df/internal/utils.go#L26) to determine the current repo. This function returns the first element of the list returned by the `git.Remotes()` internal function, which...

*Heavily edited after more consideration* **Is your feature request related to a problem? Please describe.** This repo contains example model data in `examples/data/`. A download link was recently added to...

enhancement
documentation

Suggested in https://github.com/MODFLOW-USGS/modflow6/issues/1452

enhancement

**Describe the bug** FloPy fails to load several MF6 models from the [test models repository](https://github.com/MODFLOW-USGS/modflow6-testmodels): - test001a_Tharmonic_tabs ``` flopy.mf6.mfbase.MFDataException: An error occurred in data element "perioddata" package "flow15.tdis". The error...

bug

FloPy 3.4.3+ drops interior polygons from filled contour geometries exported by `export_contourf()` (see #1951). Though it seems unlikely that many users rely on this feature, this is a breaking change....

bug