From 9c58c7299fa9c5e98970233c5635daac7253c972 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Wed, 16 Aug 2023 09:00:55 -0700 Subject: [PATCH] Fixes duplicate parameter entry --- xcdat/regridder/grid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xcdat/regridder/grid.py b/xcdat/regridder/grid.py index 800ccad6..5b53af68 100644 --- a/xcdat/regridder/grid.py +++ b/xcdat/regridder/grid.py @@ -638,7 +638,6 @@ def create_axis( Must have a shape of n x 2, where n is the length of ``data``. generate_bounds : Optiona[bool] Generate bounds for the axis if ``bounds`` is None, by default True. - attrs : Optional[Dict[str, str]] attrs : Optional[Dict[str, str]] Custom attributes to be added to the generated `xr.DataArray` axis, by default None.