Skip to content

SDESystem's not displayed properly with latexify #2069

@TorkelE

Description

@TorkelE

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions