Skip to content

Commit f194cd8

Browse files
mjwillsonmax-sixty
andauthored
Make compat a kwarg-only argument to Coordinates.merge.
Co-authored-by: Maximilian Roos <[email protected]>
1 parent 6f90b7c commit f194cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/coordinates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def _merge_inplace(self, other, compat: CompatOptions | CombineKwargDefault):
541541
def merge(
542542
self,
543543
other: Mapping[Any, Any] | None,
544+
*,
544545
compat: CompatOptions | CombineKwargDefault = "minimal",
545546
) -> Dataset:
546547
"""Merge two sets of coordinates to create a new Dataset

0 commit comments

Comments
 (0)