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
bit_tree.origin == tree
bit_tree.<PATH>.bit_node.origin == node
bit_metadata[bit_tree]['origin'] == tree
bit_metadata[bit_tree.<PATH>.bit_node]['origin'] == node
Now it kinda clunky to have to have to construct each pass with debug=True so maybe the pass interface should be extended with an options dict / object.
The text was updated successfully, but these errors were encountered:
In debug mode we should track what node(s) caused another node to exists if possible.
For example
Then something like one of following should work
Now it kinda clunky to have to have to construct each pass with
debug=True
so maybe the pass interface should be extended with an options dict / object.The text was updated successfully, but these errors were encountered: