From 561801a7429e45bcd16ece816b2f3ceb28a3c4b4 Mon Sep 17 00:00:00 2001 From: Steve Bachmeier <23350991+stevebachmeier@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:38:01 -0700 Subject: [PATCH] fix type Co-authored-by: Rajan Mudambi <11376379+rmudambi@users.noreply.github.com> --- src/vivarium_inputs/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vivarium_inputs/interface.py b/src/vivarium_inputs/interface.py index 4d3cf03c..b6029f11 100644 --- a/src/vivarium_inputs/interface.py +++ b/src/vivarium_inputs/interface.py @@ -100,7 +100,7 @@ def get_population_structure( """ pop = Population() - # Hack: The data_type is set to "draws" to avoid NotImplementedErros, but the + # Hack: The data_type is set to "draws" to avoid NotImplementedErrors, but the # data is not actually draw-level data. data_type = DataType("structure", "draws") data = core.get_data(pop, "structure", location, years, data_type) @@ -126,7 +126,7 @@ def get_theoretical_minimum_risk_life_expectancy() -> pd.DataFrame: """ pop = Population() - # Hack: The data_type is set to "draws" to avoid NotImplementedErros, but the + # Hack: The data_type is set to "draws" to avoid NotImplementedErrors, but the # data is not actually draw-level data. data_type = DataType("theoretical_minimum_risk_life_expectancy", "draws") data = core.get_data(