We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2007c0 commit 46076aaCopy full SHA for 46076aa
test/test_interface.py
@@ -332,11 +332,13 @@ def test_flopy3_export():
332
333
# model netcdf export
334
nc_mpth = Path("output/flopy3_model/netcdf/flopy3_model.nc")
335
- gwf3.export(f=nc_mpth)
+ # TODO: needs flopy3 fix
336
+ # gwf3.export(f=nc_mpth)
337
338
# package netcdf export
339
nc_ppth = Path("output/flopy3_package/netcdf/flopy3_package.nc")
- dis3.export(f=nc_ppth)
340
341
+ # dis3.export(f=nc_ppth)
342
343
344
@pytest.mark.xfail(
0 commit comments