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

Avoid unnecessary task dependencies by using numpy arrays #872

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

timothymillar
Copy link
Collaborator

Fixes #871

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2022

Codecov Report

Merging #872 (c8e8fc2) into main (c13acb1) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #872   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         3163      3163           
=========================================
  Hits          3163      3163           
Impacted Files Coverage Δ
sgkit/stats/aggregation.py 100.00% <100.00%> (ø)
sgkit/stats/popgen.py 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@tomwhite tomwhite added the auto-merge Auto merge label for mergify test flight label Jul 19, 2022
@mergify mergify bot merged commit 11d4427 into sgkit-dev:main Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Auto merge label for mergify test flight
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid dependencies between chunks in variants dimensions caused by unnecessary dask usage
3 participants