diff options
author | emkael <emkael@tlen.pl> | 2019-01-25 10:21:01 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-25 10:21:01 +0100 |
commit | 36728b0d36456d91352917c08d57a14eb14a32fb (patch) | |
tree | a9c270cbdc92135db9af2ca7f1b9c75277f890bd | |
parent | 023f93bffe8aae865a89b04db22b7cf404aa79e3 (diff) |
"Fixing" approximation for carry-over in matches with c/o close to round numbers
-rw-r--r-- | 2se.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ {"place": [2]},
{"place": [3]}
],
- "score": [7.964, 0.0],
+ "score": [7.9, 0.0],
"running": 0
},
{
@@ -81,7 +81,7 @@ {"place": [7]}
],
"loser": [7, 8],
- "score": [0.996, 0.0],
+ "score": [0.9, 0.0],
"running": 0
},
{
|