Skip to content

Conversation

@TorkelE
Copy link
Member

@TorkelE TorkelE commented Apr 16, 2025

These different cases should now all throw errors.

@reaction_network begin
    @equations D(X) ~ 1.0
    d, X --> 0
end

@reaction_network begin        
    @equations V + X^2 ~ 1.0 - D(V + log(1 + X))
    d, X --> 0
end

@reaction_network begin
    @species Y(t)
    @equations D(Y) ~ 1.0
    d, X --> 0
end

@reaction_network begin
    @equations D(V) ~ 1.0 + D(X)
    d, X --> 0
end

@TorkelE TorkelE merged commit c82f7fb into master Apr 16, 2025
9 of 13 checks passed
@TorkelE TorkelE deleted the species_diffeq_error branch April 16, 2025 21:46
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