Fix and enable smoke tests

This commit is contained in:
Carlos Felix 2025-01-17 12:59:24 -05:00 committed by Carlos Felix
commit 6093ce0f53
9 changed files with 64 additions and 93 deletions

View file

@ -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...")