-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
Adressed issue #371
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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. |
There was a problem hiding this 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.
added comment for global straght_durs.
Adressed issue #371
Introduced two new clauses that collapse the prediction to empty symbolic duration to avoid wrong values.