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 4d7d71a commit 6de4364Copy full SHA for 6de4364
test/test_component.py
@@ -270,6 +270,9 @@ def test_ims_dfn():
270
assert dfn["sln"] == Sln(abbr="ims", pattern="*")
271
assert "complexity" in set(dfn["options"].keys())
272
assert "inner_maximum" in set(dfn["linear"].keys())
273
+
274
275
+@pytest.mark.xfail(reason="TODO")
276
def test_write_ascii(tmp_path):
277
time = ModelTime(perlen=[1.0], nstp=[1], tsmult=[1.0])
278
grid = StructuredGrid(nlay=1, nrow=10, ncol=10)
0 commit comments