From b9fc7cc0e690ddc6925ca005ea6ef0a62195c337 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 11 Feb 2018 21:30:12 -0600 Subject: [PATCH] Remove extraneous, commented out check disabling in test_apps --- test/test_apps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_apps.py b/test/test_apps.py index ff30e3e7a..12b59e18a 100644 --- a/test/test_apps.py +++ b/test/test_apps.py @@ -494,7 +494,6 @@ def test_lbm(ctx_factory): end """) - #knl = lp.set_options(knl, enforce_variable_access_ordered="no_check") knl = lp.add_and_infer_dtypes(knl, {"f": np.float32}) ref_knl = knl -- GitLab