Merge branch 'emma-nechamkin/1849-calculation-tests' of github.com:usds/justice40-tool into emma-nechamkin/release/score-narwhal

This commit is contained in:
Emma Nechamkin 2022-08-31 10:25:55 -04:00
commit 7c6a9078e3
4 changed files with 208 additions and 7 deletions

View file

@ -493,13 +493,6 @@ class ScoreNarwhal(Score):
field_names.AML_BOOLEAN
].fillna(False)
logger.info(
f"{ self.df[field_names.AML_BOOLEAN_FILLED_IN].value_counts(dropna=False)}"
)
logger.info(
f"{ self.df[field_names.AML_BOOLEAN].value_counts(dropna=False)}"
)
self.df[field_names.POLLUTION_THRESHOLD_EXCEEDED] = self.df[
[
field_names.RMP_PCTILE_THRESHOLD,