Skip to content

Commit c7f9ec5

Browse files
committed
fix: remove the vulnerabilities from python packages, and fix tests
1 parent 4477317 commit c7f9ec5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/plugin/text/test_calibration/test_feature_extractor.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ def test_feature_extractor_features():
2424
alternative = json.loads(df.iloc[0]["data"])[0]
2525
assert feature_extractor.features(alternative) == [
2626
[
27-
0.3889910975917115,
28-
0.3889910975917115,
29-
0.3889910975917115,
30-
0.3889910975917115,
31-
0.49338588343402934,
27+
0.3889910975917116,
28+
0.3889910975917116,
29+
0.3889910975917116,
30+
0.3889910975917116,
31+
0.4933858834340294,
3232
0.0,
33-
0.3889910975917115,
33+
0.3889910975917116,
3434
0.0,
3535
-47.20907571428571,
3636
19.145534285714287,

0 commit comments

Comments
 (0)