Skip to content

Commit

Permalink
Add "no_response" to etl race map
Browse files Browse the repository at this point in the history
  • Loading branch information
sallybg committed Jun 27, 2024
1 parent 1b23d43 commit f7e9710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/seattleflu/id3c/cli/command/etl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def race(races: Optional[Any]) -> list:
"patient not present": None,
"unavailable or unknown": None,
"unable to collect": None,
"no_response": None,
}

assert set(race_map.keys()) == set(map(str.lower, race_map.keys()))
Expand Down

0 comments on commit f7e9710

Please sign in to comment.