<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word">
<div><div><div>Great, this is all very useful.  One issue is that spatial chunking is likely to be our preferred chunking method, given the on-disk</div>
<div>layout.  I'm hoping we can get something that functions as soon as possible, and use that to learn what what is working and what</div>
<div>needs refactoring for performance or flexibility.  Feel free to offload things that need to be implemented or need to be tested in </div>
<div>order to make that happen.  Sam seemed to think that the ramses reader was broken for one of the test examples, but he'll need </div>
<div>to be more specific and report to the list.</div><div class="im">
<div><br>
</div>
<br></div></div></div></div></blockquote><div><br></div><div>Actually, my issue is not specific to the RAMSES frontend, I just ran </div><div>"yt plot tests/DD0010/moving7_0010t"</div><div>which worked fine for me in 2.4, but fails in the current 3.0. </div>
<div><br></div><div><div>(yt-x86_64)[@lap186 ~/repos/yt-3.0]$  yt plot tests/DD0010/moving7_0010</div><div>Traceback (most recent call last):</div><div>  File "/Users/sleitner/repos/yt-new/yt-x86_64/bin/yt", line 9, in <module></div>
<div>    load_entry_point('yt==3.0dev', 'console_scripts', 'yt')()</div><div>  File "/Users/sleitner/repos/yt-new/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 337, in load_entry_point</div>
<div>    return get_distribution(dist).load_entry_point(group, name)</div><div>  File "/Users/sleitner/repos/yt-new/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 2281, in load_entry_point</div>
<div>    return ep.load()</div><div>  File "/Users/sleitner/repos/yt-new/yt-x86_64/lib/python2.7/site-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 1991, in load</div><div>    entry = __import__(self.module_name, globals(),globals(), ['__name__'])</div>
<div>  File "/Users/sleitner/repos/yt-3.0/yt/utilities/command_line.py", line 29, in <module></div><div>    from yt.mods import *</div><div>  File "/Users/sleitner/repos/yt-3.0/yt/mods.py", line 58, in <module></div>
<div>    from yt.data_objects.api import \</div><div>  File "/Users/sleitner/repos/yt-3.0/yt/data_objects/api.py", line 31, in <module></div><div>    from grid_patch import \</div><div>  File "/Users/sleitner/repos/yt-3.0/yt/data_objects/grid_patch.py", line 35, in <module></div>
<div>    from yt.data_objects.data_containers import YTFieldData</div><div>  File "/Users/sleitner/repos/yt-3.0/yt/data_objects/data_containers.py", line 51, in <module></div><div>    import yt.geometry.selection_routines</div>
<div>  File "oct_container.pxd", line 49, in init yt.geometry.selection_routines (yt/geometry/selection_routines.c:15060)</div><div>  File "numpy.pxd", line 155, in init yt.geometry.oct_container (yt/geometry/oct_container.c:14580)</div>
<div>ValueError: numpy.dtype has the wrong size, try recompiling</div></div><div><br></div><div>So I attempted to bash install_script.sh the current 3.0 and that failed as well:</div><div><div>Installing yt</div><div><div>
********************************************</div><div>        FAILURE REPORT:</div><div>********************************************</div><div><br></div><div>/var/folders/s_/zwb_tjns1_n4vsv8r45mk9mc0000gn/T//ccfglW2k.s:unknown:FATAL:can't create output file: build/temp.macosx-10.4-x86_64-2.7/yt/utilities/lib/CICDeposit.o</div>
<div>yt/utilities/lib/CICDeposit.c: In function ‘__Pyx_GetBuffer’:</div><div>yt/utilities/lib/CICDeposit.c:7976: warning: unused variable ‘getbuffer_cobj’</div><div>yt/utilities/lib/CICDeposit.c: In function ‘__Pyx_ReleaseBuffer’:</div>
<div>yt/utilities/lib/CICDeposit.c:8016: warning: unused variable ‘releasebuffer_cobj’</div><div>yt/utilities/lib/CICDeposit.c: At top level:</div><div>/Users/sleitner/repos/yt-3.0/yt-x86_64/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1533: warning: ‘_import_array’ defined but not used</div>
<div>/Users/sleitner/repos/yt-3.0/yt-x86_64/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used</div><div>/var/folders/s_/zwb_tjns1_n4vsv8r45mk9mc0000gn/T//ccfglW2k.s:unknown:FATAL:can't create output file: build/temp.macosx-10.4-x86_64-2.7/yt/utilities/lib/CICDeposit.o</div>
<div>error: Command "gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -mmacosx-version-min=10.7 -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/Users/sleitner/repos/yt-3.0/yt-x86_64/lib/python2.7/site-packages/numpy/core/include -I/Users/sleitner/repos/yt-3.0/yt-x86_64/include/python2.7 -c yt/utilities/lib/CICDeposit.c -o build/temp.macosx-10.4-x86_64-2.7/yt/utilities/lib/CICDeposit.o" failed with exit status 1</div>
</div></div><div><br></div><div>Apologies if I'm doing something stupid here (likely)! </div><div><br></div><div>Sam</div></div></div>