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

add route to convert petrinet/regnet/stocknflow odes to latex #165

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

mwdchang
Copy link
Member

@mwdchang mwdchang commented Feb 26, 2024

To convert models into equations in Terarium, we have been more or less doing the same thing done in sciml-service: parse AMR structure, create an ODESystem, then passing it to latexify. Albeit we only have the toolings for Petrinet.

Since the framework parsers are readily setup here I am thinking we can move shop here, remove duplicated logic, and decommission what we are using currently.

Reference: https://github.com/DARPA-ASKEM/model-service/blob/main/src/ModelService.jl#L88-L99

@jClugstor
Copy link
Collaborator

No reason for you to turn AMR in to ODESystem when we already do it, so makes sense to me!

Copy link
Collaborator

@jClugstor jClugstor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@mwdchang mwdchang merged commit 91908b1 into main Feb 27, 2024
2 checks passed
@mwdchang mwdchang deleted the add-model-equation-route branch February 27, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants