Issue #782: amr kd-tree doesn't work with units refactor (yt_analysis/yt)
14 Feb
2014
14 Feb
'14
10:08 a.m.
New issue 782: amr kd-tree doesn't work with units refactor https://bitbucket.org/yt_analysis/yt/issue/782/amr-kd-tree-doesnt-work-with-... Matthew Turk: This script fails because of unit conversion issues. ``` #!python from yt.mods import * pf = load("HiresIsolatedGalaxy/DD0044/DD0044") dd = pf.h.all_data() tiles = dd.tiles for grid, node, (sl, dims, gi) in tiles.slice_traverse(): print grid ``` Responsible: samskillman
3987
Age (days ago)
3987
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthew Turk