We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Term.num2str(): Ordinal number of 111 is "111th", but "111st" was returned. This bug will impact on phases names when over 111 change points exists.
covsirphy.Term
from covsirphy import Term Term.num2str(111)
This code should return "111th", but "111st" was returned.
The text was updated successfully, but these errors were encountered:
WIll be fixed in version 2.8.1-alpha and stable version 2.8.2 or 2.9.0
Sorry, something went wrong.
No branches or pull requests
Summary
Term.num2str(): Ordinal number of 111 is "111th", but "111st" was returned. This bug will impact on phases names when over 111 change points exists.
Related classes
covsirphy.Term
Codes and outputs:
This code should return "111th", but "111st" was returned.
Environment
The text was updated successfully, but these errors were encountered: