danielapai / bioverse

A simulation framework to assess the statistical power of future biosignature surveys
MIT License
7 stars 5 forks source link

initialize num_planets with zeros #61

Closed matiscke closed 1 month ago

matiscke commented 1 month ago

Fixes #60.

num_planets is initialized with zeros instead of random values (using np.empty()) so that any stars that create_planets_bergsten ignores obtain zero planets.