Skip to content
Snippets Groups Projects
Commit 90fbc715 authored by Timothy A. Smith's avatar Timothy A. Smith
Browse files

added y cases to run

parent d9f10000
No related branches found
No related tags found
2 merge requests!29Data fixtures,!28WENO flux bug
......@@ -676,10 +676,10 @@ single_data["Case d:z"] = FluxDataSingle(
@pytest.fixture(scope="session", params=[
"Case a:x",#, "Case a:y", "Case a:z",
"Case b:x",#, "Case b:y", "Case b:z",
"Case c:x",#, "Case c:y", "Case c:z",
"Case d:x"])#, "Case d:y", "Case d:z"])
"Case a:x", "Case a:y",# "Case a:z",
"Case b:x", "Case b:y",# "Case b:z",
"Case c:x", "Case c:y",# "Case c:z",
"Case d:x", "Case d:y"])#, "Case d:z"])
def data(request):
return single_data[request.param]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment