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

SDESystem output is identical to ODESystem output #249

Closed
TorkelE opened this issue Feb 6, 2023 · 2 comments
Closed

SDESystem output is identical to ODESystem output #249

TorkelE opened this issue Feb 6, 2023 · 2 comments

Comments

@TorkelE
Copy link
Contributor

TorkelE commented Feb 6, 2023

Simple example:

using Catalyst
using Latexify
rn = @reaction_network begin 
    (p,d), 0 <--> X
    (kB,kD), 2X <--> X2
end 
latexify(convert(SDESystem, rn))

looks like the ODE system, e.g:
image
The noise terms are missing.

Nothing that need an urgent fix, but figured I should record it at least.

@ChrisRackauckas
Copy link
Contributor

This is likely an MTK not a Latexify issue

@TorkelE
Copy link
Contributor Author

TorkelE commented Feb 6, 2023

Have moved issue to MTK: SciML/ModelingToolkit.jl#2069

@TorkelE TorkelE closed this as completed Feb 6, 2023
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

No branches or pull requests

2 participants