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

Disallow > 5% chance of going above hospital capacity #38

Open
blakeelias opened this issue Jan 8, 2021 · 0 comments
Open

Disallow > 5% chance of going above hospital capacity #38

blakeelias opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@blakeelias
Copy link
Owner

        if expected_new_cases > self.max_infected:
            return -np.inf
        # TODO: replace with:                                                                                                                                                                                                                                 
        #  if Prob(actual_new_cases > self.max_infected) > .05:  return -np.inf   
@blakeelias blakeelias added the enhancement New feature or request label Jan 8, 2021
@blakeelias blakeelias added this to the Extensions milestone Jan 8, 2021
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