Skip to content

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Aug 27, 2025

No description provided.

Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.50%. Comparing base (b04ffc3) to head (430c2c2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1592      +/-   ##
==========================================
- Coverage   42.61%   42.50%   -0.11%     
==========================================
  Files         123      123              
  Lines       21803    21805       +2     
==========================================
- Hits         9292     9269      -23     
- Misses      12511    12536      +25     

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

Enable MLIR dumping for debugging purposes.
# @. out = ifelse(isinf(max_), ifelse(isinf(x), T(1), T(0)), diff)
# end
@trace if all(isfinite, max_)
@. out = diff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@. out = diff
@. out = diff

@trace if all(isfinite, max_)
@. out = diff
else
@. out = ifelse(isinf(max_), ifelse(isinf(x), T(1), T(0)), diff)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@. out = ifelse(isinf(max_), ifelse(isinf(x), T(1), T(0)), diff)
@. out = ifelse(isinf(max_), ifelse(isinf(x), T(1), T(0)), diff)

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.

1 participant