From bfe65040455aa2125552d7610364831908fc4180 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 6 Sep 2019 13:43:50 -0400 Subject: [PATCH] Fix typo left over from commit #5411f3d The "drop_varlist" variable should have been renamed to "dropvars" at the top of benchmark.py. This is now fixed. Signed-off-by: Bob Yantosca --- gcpy/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcpy/benchmark.py b/gcpy/benchmark.py index cbdf333a..acc955ba 100644 --- a/gcpy/benchmark.py +++ b/gcpy/benchmark.py @@ -33,7 +33,7 @@ emission_inv = 'emission_inventories.json' # List of variables that should not be read by xarray -drop_varlist = ['anchor'] +dropvars = ['anchor'] def compare_single_level(refdata, refstr, devdata, devstr, varlist=None,