-
Notifications
You must be signed in to change notification settings - Fork 596
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
Add defaults for scatter_count in GvsExtractCohortFromSampleNames [VS-496] #8109
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## ah_var_store #8109 +/- ##
================================================
Coverage ? 86.171%
Complexity ? 35132
================================================
Files ? 2173
Lines ? 165041
Branches ? 17794
================================================
Hits ? 142218
Misses ? 16477
Partials ? 6346 |
Github actions tests reported job failures from actions build 3577067919
|
Github actions tests reported job failures from actions build 3577109685
|
Github actions tests reported job failures from actions build 3577369809
|
else if GetNumSamplesLoaded.num_samples < 100 then 50 # Quickstart | ||
else if GetNumSamplesLoaded.num_samples < 1000 then 250 | ||
else if GetNumSamplesLoaded.num_samples < 5000 then 500 | ||
else if GetNumSamplesLoaded.num_samples < 20000 then 1000 # Stroke Anderson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if only 😿
No description provided.