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

remove a kernel call that seems like a duplicate

parent 08f9f2f3
No related branches found
No related tags found
1 merge request!8Test refactoring
......@@ -68,11 +68,6 @@ def test_compute_flux_derivatives_gpu(ctx_factory):
metric_jacobians=metric_jacobians,
flux_derivatives=flux_derivatives_dev)
prg(queue, nvars=nvars, ndim=ndim,
states=states, fluxes=fluxes, metrics=metrics,
metric_jacobians=metric_jacobians,
flux_derivatives=flux_derivatives_dev)
# This lets you run 'python test.py test_case(cl._csc)' without pytest.
if __name__ == "__main__":
......
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