Skip to content

Explicitly set xr.merge behaviour to anticipate future xarray changes#1647

Open
LOCEANlloydizard wants to merge 2 commits intoOSOceanAcoustics:mainfrom
LOCEANlloydizard:fix-xr-merge-defaults
Open

Explicitly set xr.merge behaviour to anticipate future xarray changes#1647
LOCEANlloydizard wants to merge 2 commits intoOSOceanAcoustics:mainfrom
LOCEANlloydizard:fix-xr-merge-defaults

Conversation

@LOCEANlloydizard
Copy link
Copy Markdown
Collaborator

  • Add explicit compat="no_conflicts" and join="outer" to xr.merge calls
  • Anticipate upcoming xarray default changes (join='exact', compat='override')
  • Applied to EK60 and EK80 group assembly (convert module)

Fix #1601 #1540

- Add explicit compat="no_conflicts" and join="outer" to xr.merge calls
- Anticipate upcoming xarray default changes (join='exact', compat='override')
- Applied to EK60 and EK80 group assembly (convert module)

Fix OSOceanAcoustics#1601 OSOceanAcoustics#1540
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.59%. Comparing base (6cf6cee) to head (1920cf1).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1647   +/-   ##
=======================================
  Coverage   85.58%   85.59%           
=======================================
  Files          79       79           
  Lines        6998     7016   +18     
=======================================
+ Hits         5989     6005   +16     
- Misses       1009     1011    +2     
Flag Coverage Δ
integration 80.65% <100.00%> (+0.02%) ⬆️
unit 60.39% <100.00%> (-0.03%) ⬇️
unittests 85.49% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Set explicit join in xr.concat for EK60 beam assembly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

xarray.merge warning compat

2 participants