adapt for changes made by 9b50e6c3dd
This commit is contained in:
parent
a6d0f07c6c
commit
4a34bb7934
@ -148,7 +148,7 @@ def test_preprocess_sales_Success(
|
|||||||
assert pipe.status == STATUS_HANDLER.SUCCESS
|
assert pipe.status == STATUS_HANDLER.SUCCESS
|
||||||
assert pipe.data is not None
|
assert pipe.data is not None
|
||||||
df = pipe.data
|
df = pipe.data
|
||||||
assert len(df.columns) == 5
|
assert len(df.columns) == 6
|
||||||
assert any(feat not in df.columns for feat in feature_map.keys())
|
assert any(feat not in df.columns for feat in feature_map.keys())
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user