Skip to content

Fix ElementwiseGreaterThanOrEqual to use >= instead of == #7475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

vsarakhan
Copy link
Contributor

Fixes #7474

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 68.99%. Comparing base (aea5651) to head (8f2ba42).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...soft.Data.Analysis/Computations/Arithmetic.net8.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7475   +/-   ##
=======================================
  Coverage   68.99%   68.99%           
=======================================
  Files        1482     1482           
  Lines      273880   273880           
  Branches    28254    28254           
=======================================
+ Hits       188956   188969   +13     
+ Misses      77540    77531    -9     
+ Partials     7384     7380    -4     
Flag Coverage Δ
Debug 68.99% <0.00%> (+<0.01%) ⬆️
production 63.28% <0.00%> (+<0.01%) ⬆️
test 89.45% <ø> (ø)

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

Files with missing lines Coverage Δ
...soft.Data.Analysis/Computations/Arithmetic.net8.cs 64.13% <0.00%> (ø)

... and 6 files with indirect coverage changes

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

@ericstj
Copy link
Member

ericstj commented Jun 12, 2025

/ba-g test failures all known issues.

@ericstj ericstj merged commit 0e29ebb into dotnet:main Jun 12, 2025
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect behavior of ElementwiseGreaterThanOrEqual with DateTime – acts as equality check
3 participants