mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Quick fix to kitchen or plumbing indicator
Yikes! I think I messed something up and dropped the pctile field suffix from when the KP score gets calculated. Fixing right quick.
This commit is contained in:
parent
3ba1c620f5
commit
1ee26bf30d
1 changed files with 2 additions and 1 deletions
|
@ -385,7 +385,8 @@ class ScoreNarwhal(Score):
|
|||
|
||||
# Kitchen / plumbing
|
||||
self.df[field_names.NO_KITCHEN_OR_INDOOR_PLUMBING_PCTILE_THRESHOLD] = (
|
||||
self.df[field_names.NO_KITCHEN_OR_INDOOR_PLUMBING_FIELD]
|
||||
self.df[field_names.NO_KITCHEN_OR_INDOOR_PLUMBING_FIELD
|
||||
+ field_names.PERCENTILE_FIELD_SUFFIX]
|
||||
>= self.ENVIRONMENTAL_BURDEN_THRESHOLD
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue