Hi Stephen,<div><br></div><div>It looks like the other derived camera classes that were overwriting __init__ didn't have the ParallelAnalysisInterface initialization, which has now been fixed in:</div><div><a href="https://bitbucket.org/yt_analysis/yt/changeset/510d1815e9af/">https://bitbucket.org/yt_analysis/yt/changeset/510d1815e9af/</a></div>

<div><br></div><div>Basically you have to send "self" to the PAI __init__() function, as you'll see in the diff on that changeset.</div><div><br></div><div>Hope that helps.</div><div><br></div><div>Sam<br><br>

<div class="gmail_quote">On Fri, Oct 21, 2011 at 6:56 AM, Stephen Skory <span dir="ltr"><<a href="mailto:s@skory.us" target="_blank">s@skory.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Matt,<br>
<div><br>
> That is correct; PAI's initializer must now be called.  Is there a<br>
> subclass that's missing that?  The PAI initializer grabs the<br>
> communicator on the top of the stack.  Have you seen issues with<br>
> _grids or _distributed, that aren't being hit by the test suite?  The<br>
> small data is now passing, and it should have coverage of DQ's,<br>
> profiles (1 and 2D), PHOP and so on.<br>
<br>
</div>I'm seeing a crash in camera.py where trying to use "self.comm.rank"<br>
is dying because "self.comm" is None. Can you point me to an example<br>
of where the initializer is correctly called (as much for my own<br>
development as a human being as for this specific problem)?<br>
<div><div></div><div><br>
<br>
--<br>
Stephen Skory<br>
<a href="mailto:s@skory.us" target="_blank">s@skory.us</a><br>
<a href="http://stephenskory.com/" target="_blank">http://stephenskory.com/</a><br>
<a href="tel:510.621.3687" value="+15106213687" target="_blank">510.621.3687</a> (google voice)<br>
_______________________________________________<br>
Yt-dev mailing list<br>
<a href="mailto:Yt-dev@lists.spacepope.org" target="_blank">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>
</div></div></blockquote></div><br></div>