Skip to content

Comments

Allow simulations until Nov 2021 at least.#127

Open
roecla wants to merge 12 commits intomainfrom
prep-for-longer-simulation
Open

Allow simulations until Nov 2021 at least.#127
roecla wants to merge 12 commits intomainfrom
prep-for-longer-simulation

Conversation

@roecla
Copy link
Collaborator

@roecla roecla commented Sep 3, 2021

No description provided.

n_pos_tests = n_newly_infected * share_known_cases
untested = ~states["knows_immune"] & ~states["pending_test"]

has_not_received_pcr_test_recently = states["cd_received_test_result_true"] < -14
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This possible problem came up in a review on sid today.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which problem are you referring to?

@roecla roecla requested a review from janosg September 3, 2021 11:30
n_pos_tests = n_newly_infected * share_known_cases
untested = ~states["knows_immune"] & ~states["pending_test"]

has_not_received_pcr_test_recently = states["cd_received_test_result_true"] < -14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which problem are you referring to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants