Hi Matt,<br><br>Thanks for the feedback.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">That's a bit odd!  My guess is that something's up with the center and<br>

domain left edge info.  Can you run with --detailed or<br>
--paste-detailed, and it should give info about the center and LE<br>
variables.  Alternately, you can run with:<br>
<br>
python2.6 -m pdb some_script.py<br>
<br>
and print LE, LE.shape, self.back_center, self.back_center.shape.  It<br>
seems likely to me it's something like one is shaped (3,1) and the<br>
other (1,3) or (3,) or something.<br></blockquote><div><br>After using the debugger as you suggested and looking more closely it seems that LE is still an empty list because self.bricks = None even after a call to self.partition_grids().  The latter is not working properly because self._brick_collection.source._grids is an empty ndarray.  For example, I get the following DEBUG message before the fatal error:<br>
<br>yt         DEBUG      2010-12-30 16:40:49,932 Preloading ['Density'] from 0 grids<br><br>I now need to track down why _grids is not being filled appropriately; all the other grid-type-lists I have found are properly filled.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do you want to push your Maestro changes so that we can<br>
take a look at them, see how they are implemented?<br></blockquote><div><br>I have some clean-up to do on the code, but I will certainly push it once I have things a bit better organized.<br><br>Chris <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
-Matt<br>
<div><div></div><div class="h5"><br>
On Wed, Dec 29, 2010 at 4:19 PM, Chris Malone <<a href="mailto:chris.m.malone@gmail.com">chris.m.malone@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> As previously mentioned, I'm working in my spare time to add support for the<br>
> Maestro code to yt.  I am able to read in the data, make slices of various<br>
> variables, and save the resulting plots.  I tried, however, to follow the<br>
> cookbook recipe for volume rendering and I keep getting an error while<br>
> attempting to ray_cast.<br>
><br>
> Here is the script I use: <a href="http://paste.enzotools.org/show/1470/" target="_blank">http://paste.enzotools.org/show/1470/</a><br>
><br>
> and here is the traceback:<br>
> <a href="http://paste.enzotools.org/show/Jn7X2pBPkUD0yhhLwrVv/" target="_blank">http://paste.enzotools.org/show/Jn7X2pBPkUD0yhhLwrVv/</a><br>
><br>
> I'm not sure if this is an issue with the way I have implemented Maestro<br>
> support or if there is a bug in the visualization.  Could someone please try<br>
> my script with their own parameter file to at least verify there is no bug<br>
> in ray_cast?<br>
><br>
> Thanks,<br>
><br>
> Chris<br>
><br>
</div></div>> _______________________________________________<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>
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><br>