<div dir="ltr">Hi everyone,<div><br></div><div>I was trying to use yt 3.0 with the Gasoline sample dataset that we have available on <a href="http://yt-project.org/data">http://yt-project.org/data</a> , and it fails in two ways:</div>

<div><br></div><div>1) yt cannot figure out what the dataset is using the simple "load" command as in:</div><div><br></div><div>from yt.mods import *</div><div>ds = load(filename)</div><div>...</div><div>yt.utilities.exceptions.YTOutputNotIdentified: Supplied ('agora_1e11.0040',) {}, but could not load!</div>

<div><br></div><div><br></div><div><br></div><div>2) When I manually ask it to see the file as a TipsyDataset, it also fails, as it expects parameters to be set:</div><div><br></div><div>from yt.mods import *</div><div>ds = TipsyDataset(filename)<br clear="all">

<div>...</div><div><div>  File "/Users/chummels/src/yt-i386/src/yt-hg/yt/frontends/sph/data_structures.py", line 396, in __init__</div><div>    self.parameters['nbodies'],</div><div>AttributeError: 'TipsyDataset' object has no attribute 'parameters'</div>

</div><div><br></div><div><br></div><div>This seems like a bug.  Any ideas as to a solution?  This dataset did not come with a parameter file for it.</div><div><br></div><div>Cameron</div><div><br></div><div><br></div>-- <br>

Cameron Hummels<div>Postdoctoral Researcher</div><div>Steward Observatory</div><div>University of Arizona</div><div><a href="http://chummels.org" target="_blank">http://chummels.org</a></div>
</div></div>