ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: Typo in logging statements #519

Closed pavithranair closed 1 year ago

pavithranair commented 1 year ago

Describe the bug.

Typo in the logging statements in model.py and throw_ersilia_exception.py.

Describe the steps to reproduce the behavior

No response

Expected behavior.

Replace "if" with "is" in model.py and replace "fill" with "will" in throw_ersilia_exception.py.

Screenshots.

image image

Operating environment

Ubuntu 18.04.2 lts

Additional context

No response

DhanshreeA commented 1 year ago

Related PR: https://github.com/ersilia-os/ersilia/pull/520

GemmaTuron commented 1 year ago

Hi @pavithranair thanks for catching this, the PR can be merged

pavithranair commented 1 year ago

Hi! My last pull request was mysteriously failing one of the checks. So this is a second attempt, hopefully, it works this time!

This is the pull request to incorporate the changes.

526

Thanks!

GemmaTuron commented 1 year ago

Thanks @pavithranair I don't know why the checks were failing, but it looks fine now! I've merged the PR