Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbc committed Jan 27, 2025
1 parent 8be99a0 commit b0dd623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vivarium_inputs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def _filter_relative_risk_to_cause_restrictions(data: pd.DataFrame) -> pd.DataFr
"""It applies age restrictions according to affected causes
and affected measures. If affected measure is incidence_rate,
it applies the yld_age_restrictions. If affected measure is
excess_mortality_rate, it applies the yll_age_restrictions to filter
cause_specific_mortality_rate, it applies the yll_age_restrictions to filter
the relative_risk data"""

age_bins = utility_data.get_age_bins()
Expand Down

0 comments on commit b0dd623

Please # to comment.