From 72b0b9ef1d2afe1fda0245e786574f91ad3da080 Mon Sep 17 00:00:00 2001 From: Bogdan Cebere Date: Sat, 17 Dec 2022 11:09:50 +0200 Subject: [PATCH] Linting improvements --- tests/imputers/test_miracle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/imputers/test_miracle.py b/tests/imputers/test_miracle.py index 37410e4..5db5a8f 100644 --- a/tests/imputers/test_miracle.py +++ b/tests/imputers/test_miracle.py @@ -49,4 +49,4 @@ def test_mean_plugin_fit_transform(test_plugin: ImputerPlugin) -> None: ) ) - assert res.isnull().values.any() is False + assert res.isnull().values.any() == False # noqa