<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>