Closed fritzo closed 2 years ago
Note that __init__ is automatically called after __new__. I've already made this change in Pyro's fork of ProvenanceTensor in https://github.com/pyro-ppl/pyro/pull/3045
__init__
__new__
ProvenanceTensor
Note that init is automatically called after new.
I see.
Note that
__init__
is automatically called after__new__
. I've already made this change in Pyro's fork ofProvenanceTensor
in https://github.com/pyro-ppl/pyro/pull/3045