Skip to content

Commit

Permalink
Added same console message as new branch for post-eulaification numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Aug 19, 2024
1 parent bbd0d7a commit 78fc6b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/idmlaser/numpynumba/population.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ def eliminate_eulas(self, split_index: int):
# Update population count
self._count -= split_index
self._capacity -= split_index
print( f"After EULA elimination using split index {split_index}, count={self.count} and capacity={self.capacity}" )


def expected_deaths_over_sim(self, death_years, split_index, sim_years=10):
"""
Expand Down

0 comments on commit 78fc6b0

Please sign in to comment.