Skip to content

Commit 342bc66

Browse files
committed
remove print from tests
1 parent 532873c commit 342bc66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

categorical_encoding/tests/test_encoding.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,4 @@ def test_one_hot_encoding():
130130
'countrycode = AL': [1, 1],
131131
'countrycode = nan': [0, 0]}
132132
fm_encoded = pd.DataFrame(data, index=[6, 7])
133-
print(feature_matrix)
134-
print(fm_encoded)
135133
assert feature_matrix.eq(fm_encoded).all().all()

0 commit comments

Comments
 (0)