-
Notifications
You must be signed in to change notification settings - Fork 7
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
HSI_GenericNonEmergencyFirstAppt, running for the same person on the same date twice #1581
Comments
Hi @EvaJanouskova, I guess a number of things could be happening:
You said that you "fixed this" for the wasting module, so what was it that was leading to this happening? |
Yes, Margherita’s option 1 is what we expect to happen. |
@marghe-molaro, @tbhallett, Is each generic non-emergency appointment then scheduled for particular symptom? For example, once it would be scheduled due to If so, I may just add: |
Hi Eva, Please have a look at the SymptomManager module code and HealthSeekingBehaviour module code and the associated writeups. That should set out the logic that we’re trying to enforce here and is probably the safest way to learn about it, as there are some subtleties and edge cases. |
I noticed the generic non-emergency appointment
HSI_GenericNonEmergencyFirstAppt
running for the same person on the same date twice. Is that possible? Should that be possible?I ran a simulation from 2010 to 2030 (incl.) with an initial population of 10K and printed what is happening for one person during all the events from the wasting module:
wasting_analysis__minimal_model.o368134.1.txt
-> see
NON-EMERGENCY APPT on self.sim.date=Timestamp('2025-04-04 00:00:00')
I assume this should not be happening?
The text was updated successfully, but these errors were encountered: