Skip to content

Commit

Permalink
Fix typo left over from commit #5411f3d
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
yantosca committed Sep 6, 2019
1 parent e6cfee9 commit bfe6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcpy/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bfe6504

Please sign in to comment.