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
pyciemss.sample
This bug occurs when the AMR initials expressions are all strings containing just an integer. For example (SIR (integers).json):
SIR (integers).json
"initials": [ { "target": "R", "expression": "0", "expression_mathml": "<math></math>" }, { "target": "I", "expression": "1", "expression_mathml": "<math></math>" }, { "target": "S", "expression": "100", "expression_mathml": "<math></math>" } ]
No error is thrown if one appends a .0 to each of the expressions (SIR (floats).json).
.0
SIR (floats).json
SIR (floats).json SIR (integers).json
The text was updated successfully, but these errors were encountered:
I recreated the issue from the Terarium repo to here for tracking.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This bug occurs when the AMR initials expressions are all strings containing just an integer.
For example (
SIR (integers).json
):No error is thrown if one appends a
.0
to each of the expressions (SIR (floats).json
).SIR (floats).json
SIR (integers).json
The text was updated successfully, but these errors were encountered: