Hi all,
I'm getting seg faults on a simple projection:
pc = PlotCollection(pf) pc.add_projection("Density", 0) <seg fault>
I used 'hg bisect' and tracked it down to this changeset:
https://bitbucket.org/yt_analysis/yt/changeset/306232c75c58
If I replace yt/data_objects/static_output.py with the parent version bbb5aeca876f, the seg fault goes away. I see the seg fault, and the fix, on both Mac and Linux.
Does anyone else see this issue?
Thanks!