Skip to content

Commit

Permalink
Update whitby_covid_tracing.py
Browse files Browse the repository at this point in the history
Quick little change.
  • Loading branch information
danielrazavi authored Nov 6, 2024
1 parent 382d43e commit f7fd045
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 02_activities/assignments/whitby_covid_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def simulate_event(m):

return p_wedding_infections, p_wedding_traces

# Set the random seed for reproducibility
np.random.seed(10)

# Run the simulation 50000 times
results = [simulate_event(m) for m in range(50000)]
props_df = pd.DataFrame(results, columns=["Infections", "Traces"])
Expand Down

0 comments on commit f7fd045

Please sign in to comment.