Skip to content

Commit

Permalink
Fixes duplicate parameter entry (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 authored Aug 17, 2023
1 parent f8d33c0 commit 08cfea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xcdat/regridder/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08cfea3

Please sign in to comment.