Skip to content

Commit 2652b8a

Browse files
author
Gsaes
committed
Modification test
1 parent c795325 commit 2652b8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/imputations/test_imputers_keras.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ def test_ImputerRegressorKeras_fit_transform(df: pd.DataFrame) -> None:
5252
"col5": [93.0, 75.0, 0.005459, 12.0, 0.005461],
5353
}
5454
)
55-
print(result)
5655
np.testing.assert_allclose(result, expected, atol=1e-3)

0 commit comments

Comments
 (0)