-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetching data fails #12
Comments
Ah, just some extra quotes since |
@pbenner Could you do a source install from |
This particular problem seems to be solved. However, there are further issues:
After manually creating the [...]/src/figs directory, the next issue is the following:
The [...]/data/mp directory exists, but the pkl file is missing. |
Thanks. Let's track that in a new issue. I created #14 from your comment. I need to take a closer look at how best to manage all the data files the MBD analysis relies on in |
…d Figshare downloads (#13) * use load_train_test() to load wbm-summary in data.py (closes #10) * fetch_process_wbm_dataset.py wrap urllib.request.urlretrieve in try/except (closes #12) * add scripts/upload_to_figshare.py for publishing data files to figshare * add data/figshare dir with readme and FIGSHARE in __init__.py * change load_train_test() to load files from figshare instead of GitHub (closes #11) * class Files issue warning when accessing a file path that doesn't exist * docs recommend --depth 1 for git clone * fix tests/test_data.py * add auto-generated data/figshare/1.0.0.json * pyproject.toml drop unused [tool.setuptools.package-data] matbench_discovery = ["data/mp/*.json"] * fix AttributeError: 'DataFrame' object has no attribute 'material_id'
…d Figshare downloads (#13) * use load_train_test() to load wbm-summary in data.py (closes #10) * fetch_process_wbm_dataset.py wrap urllib.request.urlretrieve in try/except (closes #12) * add scripts/upload_to_figshare.py for publishing data files to figshare * add data/figshare dir with readme and FIGSHARE in __init__.py * change load_train_test() to load files from figshare instead of GitHub (closes #11) * class Files issue warning when accessing a file path that doesn't exist * docs recommend --depth 1 for git clone * fix tests/test_data.py * add auto-generated data/figshare/1.0.0.json * pyproject.toml drop unused [tool.setuptools.package-data] matbench_discovery = ["data/mp/*.json"] * fix AttributeError: 'DataFrame' object has no attribute 'material_id'
Fetching the data currently fails:
matbench-discovery/data/wbm/fetch_process_wbm_dataset.py
Line 184 in 69dc756
The text was updated successfully, but these errors were encountered: