Closed albertvillanova closed 3 months ago
Update datasets to 2.20.0.
This PR is intended to address the CI errors raised by this update, as a first step before:
Fixes after the update of datasets:
datasets
trust_remote_code=True
test_statistics_endpoint
EDIT: I have replaced the JSON dataset with a JSON-Lines dataset in test_statistics_endpoint: a86d040
Note I have commented an assertion in test_statistics_endpoint: c437c9f
Update datasets to 2.20.0.
This PR is intended to address the CI errors raised by this update, as a first step before:
3037
Fixes after the update of
datasets
:trust_remote_code=True
for script dataset: 227f2c4test_statistics_endpoint
to avoid pandas bug that downcasts float to int column: a86d040