Skip to content
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

MRG: improve downsampling behavior on KmerMinHash; fix RevIndex::gather bug around scaled. #3342

Merged
merged 25 commits into from
Oct 15, 2024

Merge branch 'latest' into refactor_rs_downsample

80c3404
Select commit
Loading
Failed to load commit list.
Merged

MRG: improve downsampling behavior on KmerMinHash; fix RevIndex::gather bug around scaled. #3342

Merge branch 'latest' into refactor_rs_downsample
80c3404
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 15, 2024 in 1s

69.23% of diff hit (target 86.50%)

View this Pull Request on Codecov

69.23% of diff hit (target 86.50%)

Annotations

Check warning on line 895 in src/core/src/signature.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/signature.rs#L893-L895

Added lines #L893 - L895 were not covered by tests

Check warning on line 899 in src/core/src/signature.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/signature.rs#L898-L899

Added lines #L898 - L899 were not covered by tests

Check warning on line 902 in src/core/src/signature.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/signature.rs#L902

Added line #L902 was not covered by tests

Check warning on line 907 in src/core/src/signature.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/signature.rs#L905-L907

Added lines #L905 - L907 were not covered by tests

Check warning on line 728 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L728

Added line #L728 was not covered by tests

Check warning on line 786 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L786

Added line #L786 was not covered by tests

Check warning on line 794 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L794

Added line #L794 was not covered by tests

Check warning on line 1545 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1544-L1545

Added lines #L1544 - L1545 were not covered by tests

Check warning on line 1547 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1547

Added line #L1547 was not covered by tests

Check warning on line 1550 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1550

Added line #L1550 was not covered by tests

Check warning on line 1564 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1564

Added line #L1564 was not covered by tests

Check warning on line 1572 in src/core/src/sketch/minhash.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/sketch/minhash.rs#L1572

Added line #L1572 was not covered by tests

Check warning on line 557 in src/core/src/storage/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/storage/mod.rs#L557

Added line #L557 was not covered by tests

Check warning on line 559 in src/core/src/storage/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/src/storage/mod.rs#L559

Added line #L559 was not covered by tests