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
Should we allow cell.comp(0) or net.branch(0) or net.comp(0)? I think this would be helpful sometimes to be able to reference comps by their global index that can also be found in cell.nodes. Currently this can be achieved via cell.branch.comp(0), which I think might be an artefact and is less clear.
The text was updated successfully, but these errors were encountered:
Should we allow
cell.comp(0)
ornet.branch(0)
ornet.comp(0)
? I think this would be helpful sometimes to be able to reference comps by their global index that can also be found incell.nodes
. Currently this can be achieved via cell.branch.comp(0), which I think might be an artefact and is less clear.The text was updated successfully, but these errors were encountered: