yt-project / yt

Main yt repository
http://yt-project.org
Other
461 stars 276 forks source link

find_max() is broken for particle codes #635

Closed yt-fido closed 7 years ago

yt-fido commented 11 years ago

Originally reported by: Nathan Goldbaum (Bitbucket: ngoldbaum, GitHub: ngoldbaum)


pf.h.find_max(('deposit', 'Gas_density'))
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-5-d81b7d6ae9ea> in <module>()
----> 1 pf.h.find_max(('deposit', 'Gas_density'))

AttributeError: 'ParticleGeometryHandler' object has no attribute 'find_max'

I think this operation will fail for RAMSES as well.


yt-fido commented 10 years ago

Original comment by Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk):


Fixed in a pending PR.