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

Connecting inputs to the function - inputs should be in the same order as they are created #459

Open
vinu1722 opened this issue Oct 17, 2022 · 0 comments

Comments

@vinu1722
Copy link

A detailed bug report is written by Upi in https://labnotes.ncbs.res.in/bhalla/moose-bug-functions-controlling-reac-rates-diagnosis-and-workaround.

In short this is what happens. If you create molecules A and B in that order and then use them in a function. Then they should be connected in the same order i.e., A --> func.x[0]
B---> func.x[1]

NOT

B--> func.x[0]
A---> func.x[1]

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

1 participant