<div dir="ltr">Hi Samantha,<div><br></div><div>Do you have a sample dataset you can share?  Uploading to a personal website works well, but you can also share a link from dropbox, google drive, or some other similar service.</div>

<div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 15, 2013 at 10:57 AM, Samantha Benincasa <span dir="ltr"><<a href="mailto:benincsm@mcmaster.ca" target="_blank">benincsm@mcmaster.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I have been trying to analyze a TIPSY dataset using the new features in yt-3.0.  I am unable to do any analysis without getting a segmentation fault.<br>


<br></div>Following the python notebook example for Gasoline, I read in the data using the command:<br><br>ds = TipsyStaticOutput('test.00001',parameter_file='test.param')<br><br></div>When I try to construct a plot collection, I am given the following error:<br>


<br>YTDomainOverflow: Particle bounds [  1.25443703e-02  -5.12246704e+02  -5.46726685e+02] and [  1.25443703e-02   5.65781677e+02   4.61335541e+02] exceed domain bounds [-0.5 -0.5 -0.5] and [ 0.5  0.5  0.5]<br><br></div>

If I instead try to manually set the domain bounds in the TipsyStaticOutput command,<br>
<br>ds = TipsyStaticOutput('test.00001',parameter_file='test.param',domain_left_edge=[-57,-57,-57],domain_right_edge=[57,57,57])<br><br></div>This gets rid of the domain boundary errors but I still receive a segmentation fault when I try to create the PlotCollection.  I am just trying to read the data in so I can make slices/projections in temperature and density.<br>


<br></div>Thank you in advance for the help,<br></div>Samantha<br></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>