From 01f7e71e331de0c37f6245b4728819db50bfa4ce Mon Sep 17 00:00:00 2001
From: "Timothy A. Smith" <tasmith4@illinois.edu>
Date: Mon, 27 May 2019 23:16:31 -0500
Subject: [PATCH] remove a kernel call that seems like a duplicate

---
 test.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test.py b/test.py
index 157c3bd..00b21ef 100644
--- a/test.py
+++ b/test.py
@@ -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__":
-- 
GitLab