<div dir="ltr"><div><div><div><div>Hi all,<br></div>I have star particles in enzo simulations.  Counting the particles by creation time and type gave different results. Is it a problem with Yt or comes from simulation? Any ideas?<br>
</div><br></div></div><div><div><div>star_particles = dd["creation_time"] > 0.0<br>print "Number of star particles by creation time", star_particles.sum()<br>star_particles = dd["particle_type"] == 2<br>
print "Number of star particles by type", star_particles.sum()<br><br><br>Number of star particles by creation time 3818<br>Number of star particles by type 0<br><br>thanks in advance,<br>Cheers<br>Latif<br></div>
</div></div></div>