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

[Fix] incorrect title of ODEScenario().compare_cases() #1192

Closed
lisphilar opened this issue Sep 11, 2022 · 1 comment
Closed

[Fix] incorrect title of ODEScenario().compare_cases() #1192

lisphilar opened this issue Sep 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@lisphilar
Copy link
Owner

Summary

"C cases" is incorrect, should be elaced with "confirmed cases".

Codes

import covsirphy as cs
snr = cs.ODEScenario.auto_build(geo=geo, model=cs.SIRFModel)
snr.build_with_template(name="Predicted", template="Baseline")
snr.predict(days=30, name="Predicted")
snr.append()
snr.compare_cases("Confirmed", **filer.png("confirmed"))

Outputs

06_confirmed

Environment

  • CovsirPhy version: 2.26.1
  • Python version: 3.9.13
  • Installation: poetry
  • System: WSL (Ubuntu)
@lisphilar lisphilar added the bug Something isn't working label Sep 11, 2022
@lisphilar lisphilar added this to the Release v2.26.2 milestone Sep 11, 2022
@lisphilar
Copy link
Owner Author

With version 2.26.2-zeta:
06_confirmed

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

No branches or pull requests

1 participant