diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 14:52:05 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 14:52:05 +0000 |
| commit | 04dd3af22613fc3eaf8cdc64ed354d9105423643 (patch) | |
| tree | 7144c5d6fce6bb43ee168402d4a3a11333ce0bc4 /checksums.json | |
| parent | Add global_co2 to repository (diff) | |
| download | TCPD-04dd3af22613fc3eaf8cdc64ed354d9105423643.tar.gz TCPD-04dd3af22613fc3eaf8cdc64ed354d9105423643.zip | |
Allow small rounding errors for bee_waggle_6
For this dataset we compute two of the features, and small rounding
errors can occur on different systems. This fix allows these
errors at least on Travis.
Diffstat (limited to 'checksums.json')
| -rw-r--r-- | checksums.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/checksums.json b/checksums.json index 11eeab9..a092d6b 100644 --- a/checksums.json +++ b/checksums.json @@ -3,7 +3,10 @@ "checksums": { "apple.json": "22edb48471bd3711f7a6e15de6413643", "bank.json": "5207135ea53fc6fa2a8119908da73abf", - "bee_waggle_6.json": "4f03feafecb3be0b069b3cb0d6b17d4f", + "bee_waggle_6.json": [ + "4f03feafecb3be0b069b3cb0d6b17d4f", + "71311783488ee5f1122545d24c15429b" + ], "bitcoin.json": "f90ff14ed1fc0c3d47d4394d25cbce93", "brent_spot.json": "79892116ef8a0aa16e2450123655b31d", "businv.json": "d2ab178da17b2e659a10a102a4b9f332", |
