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

Add variation of drug cycling strategy that is synchronized with the calendar #18

Open
rjzupkoii opened this issue Jul 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rjzupkoii
Copy link
Owner

While documenting the the CyclingStrategy class it was observed there is a comment that "cycling_time should be match with calendar day." As implemented the class is strictly based upon elapsed days which can result it moving out of sync with the calendar as a result of leap years. Updating the class to support alternative calendar spans (i.e., months or years) would allow the system to stay synchronized. Alternatively, a leap-year aware version could be added to the codebase.

@rjzupkoii rjzupkoii added the enhancement New feature or request label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant