<p>Hey Dave, </p>
<p>If you still have the trace back, could you file a bug? I'd like to fix it so that if this does happen again, reconnection works - sorry it didn't this time, I know how much it stinks to lose wprk/time like that. </p>

<p>Matt</p>
<div class="gmail_quote">On Aug 10, 2012 12:56 PM, "david collins" <<a href="mailto:antpuncher@gmail.com">antpuncher@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> That is one way to fix this, yes, although maybe making sure the<br>
> reference doesn't go out of scope would be easier?<br>
<br>
I'll definitely make sure that it doesn't croak in the future (I<br>
believe I've sorted it out since I sent this email-- I did, in fact,<br>
do something dumb) but this bit took a while to run so if I _can_ fix<br>
the thing I have that'd be sweet.  I did try re-attaching the<br>
parameter file, but it didn't seem to take-- I think I'll just punt<br>
and read papers today and re-run this analysis without the dumb-ness.<br>
<br>
Thanks a ton!<br>
d.<br>
<br>
><br>
> On Fri, Aug 10, 2012 at 12:39 PM, david collins <<a href="mailto:antpuncher@gmail.com">antpuncher@gmail.com</a>> wrote:<br>
>> Ah.  I know what the parameter file _should_ be, can I go re-assign it<br>
>> to the clumps?<br>
>><br>
>> d.<br>
>><br>
>> On Fri, Aug 10, 2012 at 10:33 AM, Matthew Turk <<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>> wrote:<br>
>>> Hi Dave,<br>
>>><br>
>>> Looks like the reference is not to the data object, but the parameter<br>
>>> file.  From this context it's tough to see how that reference expired,<br>
>>> though.  It could have happened if something like this were done:<br>
>>><br>
>>> data = load("something").h.all_data()<br>
>>><br>
>>> or if you ha a pf variable that was not held anywhere else that then<br>
>>> went out of scope.<br>
>>><br>
>>> -Matt<br>
>>><br>
>>> On Fri, Aug 10, 2012 at 12:31 PM, david collins <<a href="mailto:antpuncher@gmail.com">antpuncher@gmail.com</a>> wrote:<br>
>>>> Hi, all--<br>
>>>><br>
>>>> Is there a way to reconstruct a bad data object?  I'm making a bunch<br>
>>>> of clumps, but some how (unsure how right now)  the weak reference to<br>
>>>> "data" on  some of them is evaporating.<br>
>>>><br>
>>>> Thanks,<br>
>>>> d.<br>
>>>><br>
>>>>>>> the_clumps[1].data<br>
>>>> Traceback (most recent call last):<br>
>>>>   File "<stdin>", line 1, in <module><br>
>>>>   File "/Users/dccollins/local2/src/yt-hg/yt/data_objects/data_containers.py",<br>
>>>> line 3006, in __repr__<br>
>>>>     s = "%s (%s): " % (self.__class__.__name__, <a href="http://self.pf" target="_blank">self.pf</a>)<br>
>>>> ReferenceError: weakly-referenced object no longer exists<br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Sent from my computer.<br>
>>>> _______________________________________________<br>
>>>> yt-dev mailing list<br>
>>>> <a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
>>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
>>> _______________________________________________<br>
>>> yt-dev mailing list<br>
>>> <a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
>>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> Sent from my computer.<br>
>> _______________________________________________<br>
>> yt-dev mailing list<br>
>> <a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
> _______________________________________________<br>
> yt-dev mailing list<br>
> <a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
<br>
<br>
<br>
--<br>
Sent from my computer.<br>
_______________________________________________<br>
yt-dev mailing list<br>
<a href="mailto:yt-dev@lists.spacepope.org">yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
</blockquote></div>