Skip to content

Add time limits to compute ideal point & dichotomy starting solutions #99

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

Merged
merged 4 commits into from
Apr 8, 2025

Return after timeout instead of break

56ae7f8
Select commit
Loading
Failed to load commit list.
Merged

Add time limits to compute ideal point & dichotomy starting solutions #99

Return after timeout instead of break
56ae7f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 8, 2025 in 0s

98.77% (-0.31%) compared to 9a789dd

View this Pull Request on Codecov

98.77% (-0.31%) compared to 9a789dd

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.77%. Comparing base (9a789dd) to head (56ae7f8).

Files with missing lines Patch % Lines
src/algorithms/Dichotomy.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   99.07%   98.77%   -0.31%     
==========================================
  Files           9        9              
  Lines         974      980       +6     
==========================================
+ Hits          965      968       +3     
- Misses          9       12       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.