just testing that the boolean is preserved on gha

This commit is contained in:
Emma Nechamkin 2022-08-25 10:54:13 -04:00
commit 4a25a28b0e

View file

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