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

@unpack does not work on observables #811

Closed
TorkelE opened this issue May 9, 2024 · 1 comment
Closed

@unpack does not work on observables #811

TorkelE opened this issue May 9, 2024 · 1 comment

Comments

@TorkelE
Copy link
Member

TorkelE commented May 9, 2024

rn = @reaction_network begin
    @observables X ~ X1 + X2
    (p,d), X1 <--> X2
end
@unpack X = rn
@TorkelE
Copy link
Member Author

TorkelE commented May 23, 2024

This works now, not sure if something in MTK changed or if I made a misstake.

@TorkelE TorkelE closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants