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

fix: allow more runtime errors in find_batch_size() #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qin-yu
Copy link
Collaborator

@qin-yu qin-yu commented Nov 18, 2024

This attempts to fix #358.

@qin-yu qin-yu added the bug Something isn't working label Nov 18, 2024
@qin-yu qin-yu self-assigned this Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 64.89%. Comparing base (36e9445) to head (d8ffe1d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...antseg/functionals/prediction/utils/size_finder.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
- Coverage   64.94%   64.89%   -0.06%     
==========================================
  Files          71       71              
  Lines        5177     5181       +4     
==========================================
  Hits         3362     3362              
- Misses       1815     1819       +4     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-OOM error can happen during find_batch_size()
1 participant