AttributeError: 'Output' object has no attribute 'ref'
. I added
--verbose
to the pyflyte command, and saw that the error is happening in
__rshift__
somewhere so I used that to trial-and-error comment out all cases where we use
>>
to assert node order and found it.
I would have made an issue on github, but I don’t see issues tab on github (apologies in advance if it lives somewhere else).
bored-beard-89967
02/14/2024, 1:07 AM
Interestingly, things register when I specify
p1 >> p2.a
instead.
bored-beard-89967
02/14/2024, 1:07 AM
So, not much of an issue, but figured I’d post in case anyone runs into the same issue.