Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Jan 3, 2025
1 parent 23a9f5e commit 2e7795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vivarium_gates_mncnh/constants/data_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def log_name(self):

class __NeonatalSepsis(NamedTuple):
# Keys that will be loaded into the artifact. must have a colon type declaration
CSMR: str = "cause.neonatal_neonatal_sepsis_and_other_neonatal_infectionssepsis.cause_specific_mortality_rate"
CSMR: str = "cause.neonatal_sepsis_and_other_neonatal_infectionssepsis.cause_specific_mortality_rate"

@property
def name(self):
Expand Down

0 comments on commit 2e7795f

Please sign in to comment.