From c7f9ec5f24cbe002b837ddfc4562953d5452778c Mon Sep 17 00:00:00 2001 From: Rudra Raina Date: Tue, 22 Oct 2024 17:45:04 +0530 Subject: [PATCH] fix: remove the vulnerabilities from python packages, and fix tests --- .../text/test_calibration/test_feature_extractor.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/plugin/text/test_calibration/test_feature_extractor.py b/tests/plugin/text/test_calibration/test_feature_extractor.py index 3da548ea..a7a68b57 100644 --- a/tests/plugin/text/test_calibration/test_feature_extractor.py +++ b/tests/plugin/text/test_calibration/test_feature_extractor.py @@ -24,13 +24,13 @@ def test_feature_extractor_features(): alternative = json.loads(df.iloc[0]["data"])[0] assert feature_extractor.features(alternative) == [ [ - 0.3889910975917115, - 0.3889910975917115, - 0.3889910975917115, - 0.3889910975917115, - 0.49338588343402934, + 0.3889910975917116, + 0.3889910975917116, + 0.3889910975917116, + 0.3889910975917116, + 0.4933858834340294, 0.0, - 0.3889910975917115, + 0.3889910975917116, 0.0, -47.20907571428571, 19.145534285714287,