Skip to content

Commit

Permalink
fix: remove the vulnerabilities from python packages, and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raina-rudra committed Oct 22, 2024
1 parent 4477317 commit c7f9ec5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/plugin/text/test_calibration/test_feature_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c7f9ec5

Please sign in to comment.