Skip to content

Commit

Permalink
Remove time step from pregnancy model
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Sep 3, 2024
1 parent 0435369 commit 772be39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/vivarium_gates_mncnh/components/pregnancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@ def on_initialize_simulants(self, pop_data: SimulantData) -> None:
pregnancy_outcomes_and_durations = self.sample_pregnancy_outcomes_and_durations(
pop_data
)

self.population_view.update(pregnancy_outcomes_and_durations)

def on_time_step(self, event: Event) -> None:
# TODO: update me
pass

##################
# Helper methods #
Expand Down

0 comments on commit 772be39

Please sign in to comment.