mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
change threshold for workforce factor (#950)
Co-authored-by: Saran Ahluwalia <sarahluw@cisco.com>
This commit is contained in:
parent
4c04494da9
commit
0873d79254
1 changed files with 1 additions and 1 deletions
|
@ -336,5 +336,5 @@ class ScoreL(Score):
|
|||
)
|
||||
)
|
||||
return (
|
||||
self.df[field_names.HIGH_SCHOOL_ED_FIELD] > 0.05
|
||||
self.df[field_names.HIGH_SCHOOL_ED_FIELD] > 0.10
|
||||
) & workforce_criteria
|
||||
|
|
Loading…
Add table
Reference in a new issue