mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-24 12:01:40 -07:00
Fix and enable smoke tests
This commit is contained in:
parent
0f184a63f2
commit
6093ce0f53
9 changed files with 64 additions and 93 deletions
|
@ -970,9 +970,8 @@ class CensusACSETL(ExtractTransformLoad):
|
|||
# Then the imputed field should have no nulls
|
||||
self.ADJUSTED_AND_IMPUTED_POVERTY_LESS_THAN_200_PERCENT_FPL_FIELD_NAME
|
||||
]
|
||||
.isna()
|
||||
.sum()
|
||||
== 0
|
||||
.notna()
|
||||
.all()
|
||||
), "Error: not all values were filled..."
|
||||
|
||||
logger.debug("Renaming columns...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue