idolezal commited on
Commit
315fa25
·
1 Parent(s): 911b689

Fixed `{"p_value": NaN}` in "tournament.json"

Browse files

Find (old):
```json
{
"delta": 0.0,
"p_value": NaN,
"significant": true
}
```

Replace (new):
```json
{
"delta": 0.0,
"p_value": 1.0,
"significant": false
}
```

Files changed (1) hide show
  1. tournament.json +2 -2
tournament.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29cb6138c4bb73f50373175ed02c25868eb000e9e634ec710ab43151f16ed3d5
3
- size 21597280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c985440fcf0ae68ac71b8495d9b897dfee11b29529aafa899fd9799f4b75af7c
3
+ size 21597291