<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Dear yt-users,<div><br></div><div>I'm having a problem with making slices in non-unitary volumes.  I have a 3D enzo simulation that has domain bounds of (-1.6...1.6) in every dimension (units of megaparsecs), and after I updated to the tip of yt-3 (changeset d9502d848029) from a fairly old version of the code I suddenly have problems with making simple projections.  If I run this set of commands:</div><div><br></div><div><div>import yt</div><div>ds = yt.load("DD0400/DD0400")<br></div><div>proj = yt.SlicePlot(ds,'x','temperature',center=[0.0,0.0,0.0],width=(0.2,'Mpc'))<br></div></div><div><br></div><div>I get this error:</div><div><br></div><div><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__paste.yt-2Dproject.org_show_6115_&d=BQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=hgcBC3x6dKFoTrmFmMYYbKNfiHZlGLKliIidd1LwmHI&m=XRDlGc8dbz0uruLZhnzJR9-c96-xy5tLVxYW4-AB9Ts&s=omVQGSV7SAQVrP7L9FFOLPjxszg_hWHVDy_XKMakOSk&e=">http://paste.yt-project.org/show/6115/</a><br></div><div><br></div><div>This seems to work fine on an Enzo cosmological dataset (domain bounds 0-1 in each dimension), and previously worked fine in yt-3 (using a version of the code from a couple of months ago).</div><div><br></div><div>is this a bug, or am I doing something dumb?</div><div><br></div><div>Thanks!<br><br></div><div>--Brian</div><div><br></div></div>