mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 23:11:40 -07:00
Merge branch 'emma-nechamkin/1849-calculation-tests' of github.com:usds/justice40-tool into emma-nechamkin/release/score-narwhal
This commit is contained in:
commit
7c6a9078e3
4 changed files with 208 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue