We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ad05 commit 3c9942bCopy full SHA for 3c9942b
src/dsl.jl
@@ -110,10 +110,6 @@ macro reaction_network(expr::Expr)
110
return make_rs_expr(:(gensym(:ReactionSystem)), expr)
111
end
112
113
-# Ideally, it would have been possible to combine the @reaction_network and @network_component
114
-# macros. However, this issue: https://github.com/JuliaLang/julia/issues/37691 causes problem
115
-# with interpolations if we make the @reaction_network macro call the @network_component macro.
116
-# Instead, these use the same input, but pass `complete = false` to `make_rs_expr`.
117
"""
118
@network_component
119
0 commit comments