Skip to content

float tolerance are interpreted as seconds if coordinate.dtype is datetime64#58

Merged
atrabattoni merged 7 commits intodevfrom
fix/float-tolerance
Mar 6, 2026
Merged

float tolerance are interpreted as seconds if coordinate.dtype is datetime64#58
atrabattoni merged 7 commits intodevfrom
fix/float-tolerance

Conversation

@atrabattoni
Copy link
Copy Markdown
Contributor

@atrabattoni atrabattoni commented Mar 5, 2026

in open_*, concatenate-like .simplify function methods etc., make the tolerance kwargs accept numeric input for time coordinates. In that case numbers are interpreted as seconds.

  • code
  • tests
  • doc
  • release note

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.03%. Comparing base (d81b62f) to head (4993633).
⚠️ Report is 8 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #58      +/-   ##
==========================================
+ Coverage   83.01%   83.03%   +0.02%     
==========================================
  Files          43       43              
  Lines        4592     4599       +7     
==========================================
+ Hits         3812     3819       +7     
  Misses        780      780              

☔ 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.

@atrabattoni atrabattoni merged commit 29ef79b into dev Mar 6, 2026
8 checks passed
@atrabattoni atrabattoni deleted the fix/float-tolerance branch March 6, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

open_mfdataarray with float-type tolerance raises exception Time jitter at high frequencies

1 participant