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

Setting .insert multiple times leads to error #159

Closed
michaeldeistler opened this issue Nov 7, 2023 · 2 comments
Closed

Setting .insert multiple times leads to error #159

michaeldeistler opened this issue Nov 7, 2023 · 2 comments

Comments

@michaeldeistler
Copy link
Contributor

cell.insert(HHChannel())
network = nx.Network([cell for _ in range(2)], [])
network.insert(HHChannel())
@michaeldeistler michaeldeistler changed the title Setting .insert multiple times raises error Setting .insert multiple times leads to error Nov 8, 2023
@michaeldeistler
Copy link
Contributor Author

an even simpler breaking case is:

cell.insert(HHChannel())
network = nx.Network([cell for _ in range(2)], [])
_ = jx.integrate(network)

@michaeldeistler
Copy link
Contributor Author

Closed by #172

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