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 fixes #83

Merged

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    92efb84 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix(fileio.py): uint overflow error that was occuring on macos CI wit…

    …h python 3.10 (recast unit arrays to int)
    aleaf committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a094f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c15090 View commit details
    Browse the repository at this point in the history
  3. tests(test_lgr.py::test_lgr_model_setup): relax arbitrary head compar…

    …ison criteria; differences probably due to discretization
    aleaf committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    710fd79 View commit details
    Browse the repository at this point in the history
  4. fix(sourcedata.py; MFnwtModel): add _drop_thin_cells=False attribute …

    …to MFnwtModel for consistency with MF6model; only expand thin cells to the minimum thickness if drop_thin_cells=False; otherwise rounding errors can lead to inconsistent cell pinchouts
    aleaf committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    901adcd View commit details
    Browse the repository at this point in the history
  5. tests(test_mf6_shellmound.py::setup_sfr): add skipif for unknown maco…

    …s CI failure (passes on other platforms, and locally on macos
    aleaf committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9dee584 View commit details
    Browse the repository at this point in the history