Skip to content

Conversation

@lkdvos
Copy link
Member

@lkdvos lkdvos commented Jan 26, 2026

Ideally this should also be tested somewhere, since this was failing on GPU before because the falses are allocated on the CPU.

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

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

Files with missing lines Patch % Lines
src/implementations/truncation.jl 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/implementations/truncation.jl 91.11% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos lkdvos requested a review from kshyatt January 26, 2026 15:20
@lkdvos lkdvos enabled auto-merge (squash) January 27, 2026 17:04
@@ -120,7 +120,7 @@ end

# when one of the ind selections is a bitvector, have to handle differently
function _ind_intersect(A::AbstractVector{Bool}, B::AbstractVector)
Copy link
Member

@Jutho Jutho Jan 27, 2026

Choose a reason for hiding this comment

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

Is it useful to special case

_ind_intersect(A::AbstractVector{Bool}, B::AbstractVector{Bool}) = A .& B

?

@lkdvos lkdvos merged commit 8f6b336 into main Jan 27, 2026
14 of 16 checks passed
@lkdvos lkdvos deleted the ld-trues branch January 27, 2026 18:26
@lkdvos lkdvos mentioned this pull request Jan 29, 2026
lkdvos referenced this pull request Jan 30, 2026
* update changelog

* bump v0.6.4

* add list of contributors

* Update Project.toml

Co-authored-by: Jutho <Jutho@users.noreply.github.com>

---------

Co-authored-by: Jutho <Jutho@users.noreply.github.com>
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.

4 participants