You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, that error is due to pandas being unable to infer the file is compressed JSON since we're only passing it a Figshare URL https://figshare.com/ndownloader/files/40344436. Should be easy to fix.
* fix load_train_test() for compressed figshare data (closes#20)
* load_train_test() only accept answer 'y' or 'n' (as orig intended) (close#17)
* add test covering load_train_test() with compressed JSON file from URL
* mv run-scripts.yml test-scripts.yml
* add slow-tests.yml for running slow tests only on PR merges (to save CI budget)
* fix load_train_test() for compressed figshare data (closes#20)
* load_train_test() only accept answer 'y' or 'n' (as orig intended) (close#17)
* add test covering load_train_test() with compressed JSON file from URL
* mv run-scripts.yml test-scripts.yml
* add slow-tests.yml for running slow tests only on PR merges (to save CI budget)
Running the following script fails:
The only files for which the file download works are
'wbm_summary'
and'mp_energies'
.The text was updated successfully, but these errors were encountered: