Skip to content

Commit 46076aa

Browse files
mjrenowpbonelli
mjreno
authored andcommitted
do not run netcdf export test for now
1 parent a2007c0 commit 46076aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/test_interface.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,13 @@ def test_flopy3_export():
332332

333333
# model netcdf export
334334
nc_mpth = Path("output/flopy3_model/netcdf/flopy3_model.nc")
335-
gwf3.export(f=nc_mpth)
335+
# TODO: needs flopy3 fix
336+
# gwf3.export(f=nc_mpth)
336337

337338
# package netcdf export
338339
nc_ppth = Path("output/flopy3_package/netcdf/flopy3_package.nc")
339-
dis3.export(f=nc_ppth)
340+
# TODO: needs flopy3 fix
341+
# dis3.export(f=nc_ppth)
340342

341343

342344
@pytest.mark.xfail(

0 commit comments

Comments
 (0)