<div dir="ltr">Hi yt-users,<div><br></div><div>I am trying to use the find_point() function as described as <a href="http://yt-project.org/doc/examining/low_level_inspection.html#finding-data-at-fixed-points">a low-level data inspection example here</a>. However, when I try the given example, I get this error:</div><div><div><font face="monospace, monospace">>>> gs,gi=ds.find_point((0.5, 0.5, 0.5))</font></div><div><font face="monospace, monospace">Traceback (most recent call last):</font></div><div><font face="monospace, monospace">  File "<stdin>", line 1, in <module></font></div><div><font face="monospace, monospace">AttributeError: 'EnzoDataset' object has no attribute 'find_point'</font></div></div><div><br></div><div>If this function doesn't work with an EnzoDataset, what does it work with? I am ultimately trying to find the highest AMR level at a given point.</div><div><br></div><div>Cheers,</div><div>Carla Bernhardt</div><div>PhD Student</div><div>ZAH Institut für Theoretische Astrophysik</div><div>Universität Heidelberg</div></div>