Skip to content

Commit

Permalink
Update epidemic_test_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent 535114f commit 3f205f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kyu_6/disease_spread/epidemic_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ class EpidemicTestData:
"""Epidemic Test Data Class."""

def __init__(self, **kwargs):
"""
Create a new EpidemicTestData instance.
:param kwargs:
"""
# tm, n, s0, i0, b, a, expected
self.__tm = kwargs['tm']
self.__n = kwargs['n']
Expand Down

0 comments on commit 3f205f0

Please sign in to comment.