<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 25, 2017 at 7:15 AM, Slavin, Jonathan <span dir="ltr"><<a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div style="font-family:arial,helvetica,sans-serif;font-size:small">​Hi Nathan,</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Thanks for your response.  I downgraded back to yt 3.2.3 so that I could get my work done, so I at the moment, I can't explore the grid hierarchy with yt 3.3.3​.  I'm happy to share my dataset with you.  I'll upload it to the curldrop site.</div></div></div></blockquote><div><br></div><div>Thanks for sharing the dataset with me! Thanks also for taking the time to report the regression, I very much appreciate getting reports like this so we can take the time to fix the underlying issue.</div><div><br></div><div>I think I've fixed your issue here:</div><div><br></div><div><a href="https://bitbucket.org/yt_analysis/yt/pull-requests/2501">https://bitbucket.org/yt_analysis/yt/pull-requests/2501</a><br></div><div><br></div><div>Once that is merged I will make an effort to backport that fix along with several others that have come in since yt 3.3.3 and do a release of yt 3.3.4. In the meantime you can try running yt from the development branch to get the fix once it's merged in.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Regards,</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Jon</div><br><div class="gmail_quote">On Tue, Jan 24, 2017 at 7:31 PM,  <span dir="ltr"><<a href="mailto:yt-users-request@lists.spacepope.org" target="_blank">yt-users-request@lists.<wbr>spacepope.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id="gmail-m_5405272251626498874:u3" class="gmail-m_5405272251626498874a3s gmail-m_5405272251626498874aXjCH gmail-m_5405272251626498874m159d3094a9f2d630">Hi Jonathan,<br>
<br>
I just tried this using WDMerger_hdf5_chk_1000 (see <a href="http://yt-project.org/data" rel="noreferrer" target="_blank">yt-project.org/data</a>),<br>
which is a FLASH dataset from a simulation done in cylindrical coordinates,<br>
but it seems to work for me ok using that dataset:<br>
<br>
    $ yt load WDMerger_hdf5_chk_1000/WDMerge<wbr>r_hdf5_chk_1000.hdf5<br>
<br>
    In [1]: slc = ds.slice(2, 0.)<br>
<br>
    In [2]: slc['dr'].min()<br>
    Out[2]: 25600000.0 code_length<br>
<br>
Somehow something is getting set to a NaN, my guess is gobj.LeftEdge[i]. In<br>
this context gobj is a grid object, so for some reason grid.LeftEdge is NaN<br>
along one of your axes for at least one of your grids. You can navigate the<br>
grid hierarchy by looking at the grid array: ds.index.grids[0] should be a<br>
reference to the root grid. You can also just iterate over ds.index.grids<br>
to look at all the grids in your dataset.<br>
<br>
Is there any chance you can share the dataset that's causing this issue? We<br>
have the yt curldrop (<a href="https://docs.hub.yt/services.html#curldrop" rel="noreferrer" target="_blank">https://docs.hub.yt/services.<wbr>html#curldrop</a>) available<br>
for sharing data publicly. If it's not ok to share the dataset publicly we<br>
can try sharing it off-list.<br>
<br>
-Nathan</div></blockquote></div><span class="gmail-HOEnZb"><font color="#888888"><br><br><br clear="all"><div><br></div>-- <br><div class="gmail-m_5405272251626498874gmail_signature"><div dir="ltr"><div><div dir="ltr">______________________________<wbr>__________________________<br>Jonathan D. Slavin                 Harvard-Smithsonian CfA<br><a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>       60 Garden Street, MS 83<br>phone: <a href="tel:(617)%20496-7981" value="+16174967981" target="_blank">(617) 496-7981</a>       Cambridge, MA 02138-1516<br>cell: <a href="tel:(781)%20363-0035" value="+17813630035" target="_blank">(781) 363-0035</a>             USA<br>______________________________<wbr>__________________________<br><br></div></div></div></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br></blockquote></div><br></div></div>