diff --git a/tbsim/networks.py b/tbsim/networks.py index 4e6a997a..87858b88 100644 --- a/tbsim/networks.py +++ b/tbsim/networks.py @@ -7,7 +7,7 @@ __all__ = ['HouseholdNet', 'HouseholdNetRationsTrial', 'plot_household_structure'] -class HouseholdNetRationsTrial(ss.Network): +class HouseholdNetRationsTrialTest(ss.Network): """ RATIONS trial network. A household-level contact network for agent-based simulations using Starsim. @@ -453,4 +453,4 @@ def plot_household_structure(households, title="Household Network Structure", fi print(f" Average household size: {avg_household_size:.1f}") print(f" Household sizes: {[len(hh) for hh in households]}") - return G \ No newline at end of file + return G