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 performance of DualObjectiveValue when a ray is present #233

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

odow
Copy link
Member

@odow odow commented Oct 14, 2024

Closes #232

Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (a05592e) to head (9936828).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##            master     #233      +/-   ##
===========================================
- Coverage   100.00%   99.77%   -0.23%     
===========================================
  Files            2        1       -1     
  Lines         1374     1351      -23     
===========================================
- Hits          1374     1348      -26     
- Misses           0        3       +3     

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

@odow
Copy link
Member Author

odow commented Oct 14, 2024

@trulsf want to test this branch?

@odow odow merged commit 442547c into master Oct 15, 2024
9 of 10 checks passed
@odow odow deleted the od/dual-objective branch October 15, 2024 03:09
@trulsf
Copy link

trulsf commented Oct 15, 2024

Thanks! Much faster calculations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Slow calculations for dual_objective_value()
2 participants