<div dir="ltr"><div><div><div>For some reason yt thinks your dataset isn't an Exodus II output file. yt.load uses the following function to determine if a given output file is a valid Exodus II output:<br><br><a href="https://github.com/yt-project/yt/blob/master/yt/frontends/exodus_ii/data_structures.py#L390">https://github.com/yt-project/yt/blob/master/yt/frontends/exodus_ii/data_structures.py#L390</a><br><br></div>Since yt.load is failing with YTOutputNotIdentified, that means the _is_valid function for the Exodus II frontend is returning False.<br><br></div>I can't say more about why this happening without knowing more details about the data you're trying to load.<br><br></div>-Nathan<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 21, 2017 at 2:35 PM, Jaron Senecal <span dir="ltr"><<a href="mailto:senecj@rpi.edu" target="_blank">senecj@rpi.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I just installed yt and immediately ran into the following problem. The following script<br>
<br>
#viz1.py<br>
import yt<br>
from yt.mods import *<br>
ds = yt.load("stnd_2d_out.e", step=-1)<br>
<br>
gives this error:<br>
<br>
yt : [ERROR    ] 2017-11-21 09:34:33,950 Couldn't figure out output type for stnd_2d_out.e<br>
Traceback (most recent call last):<br>
  File "viz1.py", line 27, in <module><br>
    ds = yt.load("stnd_2d_out.e", step=-1)<br>
  File "/home/jaron/.conda/envs/py36/<wbr>lib/python3.6/site-packages/yt<wbr>/convenience.py", line 98, in load<br>
    raise YTOutputNotIdentified(args, kwargs)<br>
yt.utilities.exceptions.YTOutp<wbr>utNotIdentified: Supplied ('stnd_2d_out.e',) {'step': -1}, but could not load!<br>
<br>
Please let me know how to resolve this.<br>
-Jaron<br>
<br>
______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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/lis<wbr>tinfo.cgi/yt-users-spacepope.<wbr>org</a><br>
</blockquote></div><br></div>