mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 18:41:17 -07:00
just testing that the boolean is preserved on gha
This commit is contained in:
parent
d3efcbdeb3
commit
4a25a28b0e
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue