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

Compute filter scatter [VS-392] #7852

Merged
merged 6 commits into from
May 18, 2022
Merged

Compute filter scatter [VS-392] #7852

merged 6 commits into from
May 18, 2022

Conversation

rsasch
Copy link

@rsasch rsasch commented May 16, 2022

@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@f58e9b2). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             ah_var_store     #7852   +/-   ##
================================================
  Coverage                ?   86.293%           
  Complexity              ?     35194           
================================================
  Files                   ?      2170           
  Lines                   ?    164876           
  Branches                ?     17783           
================================================
  Hits                    ?    142277           
  Misses                  ?     16276           
  Partials                ?      6323           

@@ -70,6 +69,11 @@ workflow GvsCreateFilterSet {
project_id = project_id
}

Int scatter_count = if GetNumSamplesLoaded.num_samples < 100 then 20
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Int scatter_count = if GetNumSamplesLoaded.num_samples < 100 then 20
Int scatter_count = if GetNumSamplesLoaded.num_samples < 100 then 20
else if GetNumSamplesLoaded.num_samples < 1000 then 100
else if GetNumSamplesLoaded.num_samples < 10000 then 200
else if GetNumSamplesLoaded.num_samples < 100000 then 500
else 1000```

Copy link
Collaborator

Choose a reason for hiding this comment

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

Might be a little cleaner?

Copy link
Author

Choose a reason for hiding this comment

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

I went with the formatting that the Winstanley plugin recommended, although I like the way your suggestion looks,.

@rsasch rsasch merged commit 1dc9776 into ah_var_store May 18, 2022
@rsasch rsasch deleted the rsa_filter_scatter branch May 18, 2022 14:42
This was referenced Mar 17, 2023
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