Skip to content

Commit

Permalink
Try to get values from macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Sep 13, 2024
1 parent 1abbdad commit c3c47cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_modflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,7 @@ def test_flopy_package_period(tmp_path):
],
np.float32,
)
print(dl["q"])
np.testing.assert_almost_equal(dl["q"], expected_q, decimal=5)
assert "RLEN" not in dl.dtype.names
assert "RLEN".ljust(16) not in dl.dtype.names
Expand Down

0 comments on commit c3c47cc

Please sign in to comment.