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

bladder_cancer polling runs at wrong frequency? #1427

Open
willGraham01 opened this issue Jul 17, 2024 · 1 comment
Open

bladder_cancer polling runs at wrong frequency? #1427

willGraham01 opened this issue Jul 17, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@willGraham01
Copy link
Collaborator

willGraham01 commented Jul 17, 2024

The BladderCancerMainPollingEvent is currently set to run every month, but the comment directly below it states

super().__init__(module, frequency=DateOffset(months=1))
# scheduled to run every 3 months: do not change as this is hard-wired into the values of all the parameters.

that it should be every 3 months (and that this assumption is hardwired into the paramters?).

All other cancer modules have this same piece of code and the frequency in the comment matches that assigned to the polling event - so thought we should clarify which one is correct here and update the comment accordingly!

@willGraham01 willGraham01 added bug Something isn't working question Further information is requested labels Jul 17, 2024
@willGraham01
Copy link
Collaborator Author

Also related are when each cancer module has it's polling event scheduled; there is again another comment saying the polling event should begin immediately however for 3/5 cancers this is not what happens:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant