From 33304e5e9a236f3df02377cc3966bc2ecc1b740a Mon Sep 17 00:00:00 2001 From: "Timothy A. Smith" Date: Tue, 6 Aug 2019 21:57:19 -0500 Subject: [PATCH] change name of var for current dimension --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 555ae7d..59b95e9 100644 --- a/test.py +++ b/test.py @@ -256,7 +256,7 @@ def test_compute_flux_derivatives_uniform_grid(ctx_factory, cfd_test_data_fixtur nx=data.nx, ny=data.ny, nz=data.nz, - dim=data.direction, + d=data.direction, states=data.states, fluxes=data.fluxes, metrics=data.metrics, -- GitLab