wpbonelli
wpbonelli
Discussed briefly in #2000, may eventually consider deprecating 1-based indexed attributes more comprehensively, for now just clarified the docstrings
closing as this seems unrelated to flopy
https://github.com/MODFLOW-USGS/modflow6/pull/1516#issuecomment-1866787119
Work is underway to explore support for netCDF and alternative modflow6 input and output data formats. Flopy would then presumably have facilities to work with these files, however this effort...
Hi @pya, I see the same error on Windows with the `m2w64-toolchain_win-64` conda package. You might try installing mingw either from [Chocolatey](https://community.chocolatey.org/packages/mingw) or one of the distributions [here](https://github.com/brechtsanders/winlibs_mingw/releases), I think...
@pya The test failures you are seeing with the nightly build can be resolved by installing the mf2005 and mfnwt executables by running `pytest get_exes.py` from the `autotest/` directory. They...
@pya yes, we have some cleanup work to do for numpy 2 here and in flopy. As of last week flopy pins numpy < 2 so the mf6 conda environment...
v4 [needs](https://github.com/actions/deploy-pages/releases/tag/v4.0.0) `actions/upload-pages-artifact@v3` or `actions/upload-artifact@v4`, probably safest for this to wait until upload-artifact@v4 is [stable](https://github.com/MODFLOW-USGS/modflow6/pull/1511)
Invoking `devenv.exe` in CI does not hang in my testing, but it [fails on attempting to upgrade/migrate the project](https://github.com/modflowpy/install-intelfortran-action/actions/runs/6266166542/job/17016541615#step:6:294). I saw this same error locally until I followed [these steps](https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-migrate-vjproj-file-from-Visual-2017-or-2019-so-that-it/m-p/1385749)...
#1365 added manual project file checks, which seem to work well so far. Could be reopened if an MSVS build becomes feasible.