<div dir="ltr">Hi All,<div><br></div><div>First, I'm on an updated yt 3.0 updated about 5 minutes ago. (hg id: ea182fc68fae (yt-3.0) tip)</div>







<div><br></div><div>This might be related to Matt's update on octree on June 8th (in response to the CIC stuff) that I don't quite understand, but I've run into the following issue highlighted in the example code:</div>

<div>







<p class=""><a href="http://paste.yt-project.org/show/4781/">http://paste.yt-project.org/show/4781/</a></p><p class="">Here, I create a fake data set (motivated by Nathan's shared notebook earlier this week), construct the octree, and then smooth the density onto a grid with:</p>

<p class="">>density = ad["deposit","all_density"]</p><p class="">What I find is that the number of elements in the density array is not the same as the number of 0's (i.e Falses) in the generated octree (revealed by </p>

<p class="">>saved["octree"] </p><p class="">in the above script).   Nominally, I thought the smoothing happened onto the same octree mesh that I generate with ds.index.oct_handler.save_octree().  Is this not the case?  Or, is there a way to make it the case in the order that I call things?</p>

<p class="">Thanks,<br>desika</p><p class=""><br></p></div></div>