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

New solution for estimate_symbolic_duration #372

Merged
merged 9 commits into from
Oct 2, 2024

Conversation

manoskary
Copy link
Member

Adressed issue #371

Introduced two new clauses that collapse the prediction to empty symbolic duration to avoid wrong values.

@manoskary manoskary added the bug Something isn't working label Sep 5, 2024
@manoskary manoskary requested a review from sildater September 5, 2024 10:17
@manoskary manoskary self-assigned this Sep 5, 2024
@manoskary manoskary linked an issue Sep 5, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.29%. Comparing base (3cd1e41) to head (0e77947).
Report is 180 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #372      +/-   ##
===========================================
- Coverage    84.11%   82.29%   -1.82%     
===========================================
  Files           82       88       +6     
  Lines        14506    15463     +957     
===========================================
+ Hits         12202    12726     +524     
- Misses        2304     2737     +433     

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

@sildater
Copy link
Member

Thank you for the quick fix! I added some minor details to the estimation but I think it works nicely now. Since I added code, feel free to review and merge.

Copy link
Member Author

@manoskary manoskary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Straight Durs is a nice global that fixes a lot of potential issues, I agree that it is a crucial addition for making the estimation more robust. The last changes by @sildater also include some better styling and more detailed warnings about composite symbolic durations.

@manoskary manoskary requested review from fosfrancesco and removed request for sildater October 2, 2024 08:20
added comment for global straght_durs.
@manoskary manoskary merged commit ca3ce79 into develop Oct 2, 2024
3 checks passed
@sildater sildater mentioned this pull request Oct 31, 2024
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.

estimate_symbolic_duration breaks for some unknown durations
4 participants