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

This commit is contained in:
Emma Nechamkin 2022-08-25 17:15:50 -04:00
commit 41c3766a13

View file

@ -496,13 +496,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,