You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2020. It is now read-only.
This creates only a single origin with name 'lambda', which computes the first function. So the connections to population C are unexpectedly wrong.
This could be fixed in _parse_pre of nef_core.py by appending id(func) to the function name. We could also do something smarter like maintain a dict of name -> id(func), and then only make the names more verbose if a collision is detected (so here the two names would be 'lambda' and 'lambda 1').
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example,
This creates only a single origin with name 'lambda', which computes the first function. So the connections to population C are unexpectedly wrong.
This could be fixed in _parse_pre of nef_core.py by appending id(func) to the function name. We could also do something smarter like maintain a dict of name -> id(func), and then only make the names more verbose if a collision is detected (so here the two names would be 'lambda' and 'lambda 1').
The text was updated successfully, but these errors were encountered: