[yt-dev] lost weak reference
david collins
antpuncher at gmail.com
Fri Aug 10 09:31:40 PDT 2012
Hi, all--
Is there a way to reconstruct a bad data object? I'm making a bunch
of clumps, but some how (unsure how right now) the weak reference to
"data" on some of them is evaporating.
Thanks,
d.
>>> the_clumps[1].data
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/dccollins/local2/src/yt-hg/yt/data_objects/data_containers.py",
line 3006, in __repr__
s = "%s (%s): " % (self.__class__.__name__, self.pf)
ReferenceError: weakly-referenced object no longer exists
--
Sent from my computer.
More information about the yt-dev
mailing list