Fixed `{"p_value": NaN}` in "tournament.json"
Browse filesFind (old):
```json
{
"delta": 0.0,
"p_value": NaN,
"significant": true
}
```
Replace (new):
```json
{
"delta": 0.0,
"p_value": 1.0,
"significant": false
}
```
- tournament.json +2 -2
tournament.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c985440fcf0ae68ac71b8495d9b897dfee11b29529aafa899fd9799f4b75af7c
|
| 3 |
+
size 21597291
|