We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477317 commit c7f9ec5Copy full SHA for c7f9ec5
tests/plugin/text/test_calibration/test_feature_extractor.py
@@ -24,13 +24,13 @@ def test_feature_extractor_features():
24
alternative = json.loads(df.iloc[0]["data"])[0]
25
assert feature_extractor.features(alternative) == [
26
[
27
- 0.3889910975917115,
28
29
30
31
- 0.49338588343402934,
+ 0.3889910975917116,
+ 0.4933858834340294,
32
0.0,
33
34
35
-47.20907571428571,
36
19.145534285714287,
0 commit comments