Skip to content
Snippets Groups Projects
Commit 27466c46 authored by Timothy Smith's avatar Timothy Smith
Browse files

remove auto test of compute_flux_derivatives since it's now obsolete

parent c8165a46
No related branches found
No related tags found
1 merge request!40Add license headers and minor reorganization
...@@ -61,17 +61,6 @@ def test_compute_flux_derivatives_uniform_grid(queue, cfd_test_data_fixture): ...@@ -61,17 +61,6 @@ def test_compute_flux_derivatives_uniform_grid(queue, cfd_test_data_fixture):
u.compare_arrays(flux_derivatives_dev.get(), data.flux_derivatives) u.compare_arrays(flux_derivatives_dev.get(), data.flux_derivatives)
@pytest.mark.slow
def test_compute_flux_derivatives(ctx_factory):
prg = u.get_weno_program()
queue = u.get_queue(ctx_factory)
prg = prg.copy(target=lp.PyOpenCLTarget(queue.device))
lp.auto_test_vs_ref(prg, ctx_factory(), warmup_rounds=0,
parameters=dict(ndim=3, nvars=5, nx=16, ny=16, nz=16, d=0))
# This lets you run 'python test.py test_case(cl._csc)' without pytest. # This lets you run 'python test.py test_case(cl._csc)' without pytest.
if __name__ == "__main__": if __name__ == "__main__":
if len(sys.argv) > 1: if len(sys.argv) > 1:
......
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