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
Starting with an SIR model, I used model edit to add a new transition between S and R, with some new parameter v.
The model generated seemed to be fine:
But the equations show seem to be messed up.
One would expect, for example, that dS/dt to be:
dS/dt
dS/dt = -S*v - beta * S * I
But is shown to be just -v which I don't think is correct, it shouldn't be a constant.
-v
Scenario: https://github.com/DARPA-ASKEM/terarium/blob/main/testing/manual/model-edit.md Link: https://app.staging.terarium.ai/projects/0f476a43-f7d4-433b-bee6-e853dba06522/workflow/d8e8c03c-1fec-45fc-adc9-8ffba8139eec?operator=d3045405-705b-4606-aed7-fdb8a9d60dee
The text was updated successfully, but these errors were encountered:
liunelson
No branches or pull requests
Starting with an SIR model, I used model edit to add a new transition between S and R, with some new parameter v.
The model generated seemed to be fine:
But the equations show seem to be messed up.
One would expect, for example, that
dS/dt
to be:But is shown to be just
-v
which I don't think is correct, it shouldn't be a constant.Scenario: https://github.com/DARPA-ASKEM/terarium/blob/main/testing/manual/model-edit.md
Link: https://app.staging.terarium.ai/projects/0f476a43-f7d4-433b-bee6-e853dba06522/workflow/d8e8c03c-1fec-45fc-adc9-8ffba8139eec?operator=d3045405-705b-4606-aed7-fdb8a9d60dee
The text was updated successfully, but these errors were encountered: