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
However, if I evaluate any of the Operation instances in the notebook cell (e.g. a or b at the end of the cell) the dictionary with graph.operations grows with additional items (and continues growing by a dozen new getattr operations every time I evaluate any of the operations)
Here a screenshot that is self-explaining:
Is there a way to prevent this behavior?
The text was updated successfully, but these errors were encountered:
This seem like a bug, and probably related to fact that I am running this in a
jupyter
notebook. Given this example:looking at the
graph.operations
looks fine initially:However, if I evaluate any of the
Operation
instances in the notebook cell (e.g.a
orb
at the end of the cell) the dictionary withgraph.operations
grows with additional items (and continues growing by a dozen newgetattr
operations every time I evaluate any of the operations)Here a screenshot that is self-explaining:
Is there a way to prevent this behavior?
The text was updated successfully, but these errors were encountered: