<div dir="ltr">Hi Nick,<div><br></div><div>This is a bit puzzling since I think there have been relatively few changes to the halo catalog frontend responsible for loading that data.  That said, I would be more than happy to take a look as I am responsible for much of this code.  Would you be able to share either 1) this dataset that is failing to load or 2) a script that uses example data that I can run to reproduce this?</div><div><br></div><div>Britton</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 10, 2017 at 8:53 AM, Nick Gnedin <span dir="ltr"><<a href="mailto:ngnedin@gmail.com" target="_blank">ngnedin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Folks,<br>
<br>
I have encountered a bizarre IO error. I am reading a file previously created by yt HOP halo finder on two separate machines. The file reads correctly on the machine it was created on, but on another machine with the most recent anaconda install (yt 3.3.5) the format is not recognized. Both machines are little endian. Is there any way to get more info on what yt does not like about that file?<br>
<br>
yt : [ERROR    ] 2017-07-10 10:46:00,454 Couldn't figure out output type for hop.0.h5<br>
Traceback (most recent call last):<br>
  File "hmf.py", line 14, in <module><br>
    Plot("hop.0.h5",color="b")<br>
  File "hmf.py", line 8, in Plot<br>
    my_halos = load(file)<br>
  File "/ext/anaconda3/lib/python3.6/<wbr>site-packages/yt/convenience.p<wbr>y", line 98, in load<br>
    raise YTOutputNotIdentified(args, kwargs)<br>
yt.utilities.exceptions.YTOutp<wbr>utNotIdentified: Supplied ('hop.0.h5',) {}, but could not load!<br>
<br>
Here is the script (taken form your examples):<br>
<br>
<br>
import yt<br>
from yt.mods import *<br>
from yt.analysis_modules.halo_mass_<wbr>function.api import *<br>
import matplotlib.pyplot as plt<br>
<br>
def Plot(file,color="r"):<br>
    my_halos = load(file)<br>
    hmf = HaloMassFcn(halos_ds=my_halos)<br>
    plt.loglog(hmf.masses_analytic<wbr>, hmf.n_cumulative_analytic,colo<wbr>r="orange",linewidth=3)<br>
    plt.loglog(hmf.masses_sim, hmf.n_cumulative_sim,color=col<wbr>or,linewidth=3)<br>
<br>
Plot("hop.0.h5",color="b")<br>
<br>
<br>
Thank you for your advice,<br>
<br>
Nick Gnedin<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>