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

[TASK]: Create a GoLLM task for converting (cleaned/styled) LaTeX to SymPy string, replacing parse_latex #5812

Open
2 tasks
liunelson opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
task Development task

Comments

@liunelson
Copy link
Member

liunelson commented Dec 11, 2024

Describe the task
Update the GoLLM task that clean LaTeX equations to also convert them to SymPy string, replacing sympy.parse_latex().

Task Items

Goal
SymPy's parse_latex is prone to inserting () into equations and MIRA tends to take (...) expressions as rate laws for templates. This results in wrong template models. For example, "SIR" models end up not having a single controlled conversion from S to I with rate law b*S*I; instead, they have two templates (a controlled production and controlled degradation).

@liunelson liunelson added the task Development task label Dec 11, 2024
@YohannParis YohannParis assigned mwdchang and dgauldie and unassigned mwdchang and dgauldie Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Development task
Projects
None yet
Development

No branches or pull requests

3 participants