At the moment the test is commented out:
https://github.com/solegalli/feature_engine/blob/master/tests/test_encoding/test_woe_encoder.py#L112
the aim is to test this bit of code here
I think the test should work, and I commented out because I changed the error for a warning. But now, we decided to go back to returning an error.
So in short, the aim is to corroborate that the commented out test checks the intended bit of code and if yes, uncomment it, otherwise, replace it by the suitable test.
At the moment the test is commented out:
https://github.com/solegalli/feature_engine/blob/master/tests/test_encoding/test_woe_encoder.py#L112
the aim is to test this bit of code here
I think the test should work, and I commented out because I changed the error for a warning. But now, we decided to go back to returning an error.
So in short, the aim is to corroborate that the commented out test checks the intended bit of code and if yes, uncomment it, otherwise, replace it by the suitable test.