-
Notifications
You must be signed in to change notification settings - Fork 0
[BUG]: The spacing between two holidays does not consider the Best Solution #8
Copy link
Copy link
Open
Labels
issue/staleAn issue open for more than 30 days without any activity.An issue open for more than 30 days without any activity.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.issue/t/enhancement[MINOR] Changes in existing functionalities or improvements that does not break existing code.[MINOR] Changes in existing functionalities or improvements that does not break existing code.issue/t/performanceImprovement of performance of code time/memory benchmarking.Improvement of performance of code time/memory benchmarking.issue/triageA new issue not reviewed by core team members/group admins.A new issue not reviewed by core team members/group admins.
Metadata
Metadata
Assignees
Labels
issue/staleAn issue open for more than 30 days without any activity.An issue open for more than 30 days without any activity.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.issue/t/enhancement[MINOR] Changes in existing functionalities or improvements that does not break existing code.[MINOR] Changes in existing functionalities or improvements that does not break existing code.issue/t/performanceImprovement of performance of code time/memory benchmarking.Improvement of performance of code time/memory benchmarking.issue/triageA new issue not reviewed by core team members/group admins.A new issue not reviewed by core team members/group admins.
Type
Fields
Give feedbackNo fields configured for P2.
The spacing and length parameters defined in
AutoHoliday.plan(...)do not automatically consider the best holidays and sometimes give a sub-optimal result. Probable cause of the issue:autoholidays/autoholidays/core.py
Line 149 in f8a8488
The
spanis considered as a hard constraint and should be treated as a soft constraint to improve the overall efficiency of the model.