diff --git a/tests/test_modflow.py b/tests/test_modflow.py index d4c11a3..8571ca2 100644 --- a/tests/test_modflow.py +++ b/tests/test_modflow.py @@ -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