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

Choose sample filter dependent on batch size #12

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Conversation

timmens
Copy link
Member

@timmens timmens commented Jan 21, 2024

In this PR, we alter the tranquilo option handling to choose the sample filter dependent on the batch size.

If batch_size > 1 we choose "drop_excess", and otherwise we stay with "keep_all".

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (055d7a2) 78.64% compared to head (424f274) 78.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   78.64%   78.67%   +0.03%     
==========================================
  Files          68       68              
  Lines        4945     4953       +8     
==========================================
+ Hits         3889     3897       +8     
  Misses       1056     1056              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timmens timmens merged commit b0faac1 into main Jan 21, 2024
12 checks passed
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.

2 participants