Open femtomc opened 1 year ago
😆 I think I found it ...
in [*])])])])]])])])])) vs. [*])])])]))])])])]))
there is a single parens which is not a bracket.
@jakevdp this is related to the other issue I opened #17663 (where, similarly -- I end up having to compare these structures and I really wish there was a utility to help me do it).
I'm debugging a part of my library, and I'm running into an issue -- and I unfortunately do not know how to proceed because the error I'm receiving is sort of opaque.
Now, separately -- I think I've figured out that this is an error related to the
PyTreeDef
structures for each of the instances here?Nonetheless, it's a bit tough to figure out what's going on.
When I attempted to debug my
PyTreeDef
instances, I also was unable to manually tell if there was a discrepancy:To me, these look identical -- so I can't tell if actually I'm running into a real bug -- or what the other is telling me.