-
Notifications
You must be signed in to change notification settings - Fork 26
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
Figshare json missing #16
Comments
janosh
added a commit
that referenced
this issue
Apr 29, 2023
#16) pyproject add optional-dependencies fetch-data add url to install aviary from git
Merged
janosh
added a commit
that referenced
this issue
Apr 30, 2023
* pyproject add [tool.setuptools.package-data] ../data/figshare/* (closes #16) pyproject add optional-dependencies fetch-data add url to install aviary from git * add .github/workflows/run-scripts.yml to test a few scripts run error-free in CI * make aviary optional in data/wbm/fetch_process_wbm_dataset.py * add dep pymatviz * run-scripts.yml continue-on-error: true * i meant fail-fast: false * editable install in run-scripts.yml * install extra deps pymatviz[export-figs] to get kaleido * add TMP_FIGS dir looks like data/wbm/fetch_process_wbm_dataset.py might auto-cancelled due to exceeding the download limit or sth like that just getting Error: The operation was canceled. so let's test scripts/compile_metrics.py instead * compile_metrics.py make dataframe_image optional * run-scripts provide WANDB_API_KEY * compile_metrics.py fix missing column access * editable install in gh-pages.yml * fix vite build ReferenceError: latest_figshare_release is not defined
janosh
added a commit
that referenced
this issue
Jun 20, 2023
* pyproject add [tool.setuptools.package-data] ../data/figshare/* (closes #16) pyproject add optional-dependencies fetch-data add url to install aviary from git * add .github/workflows/run-scripts.yml to test a few scripts run error-free in CI * make aviary optional in data/wbm/fetch_process_wbm_dataset.py * add dep pymatviz * run-scripts.yml continue-on-error: true * i meant fail-fast: false * editable install in run-scripts.yml * install extra deps pymatviz[export-figs] to get kaleido * add TMP_FIGS dir looks like data/wbm/fetch_process_wbm_dataset.py might auto-cancelled due to exceeding the download limit or sth like that just getting Error: The operation was canceled. so let's test scripts/compile_metrics.py instead * compile_metrics.py make dataframe_image optional * run-scripts provide WANDB_API_KEY * compile_metrics.py fix missing column access * editable install in gh-pages.yml * fix vite build ReferenceError: latest_figshare_release is not defined
janosh
added a commit
that referenced
this issue
Jun 20, 2023
* pyproject add [tool.setuptools.package-data] ../data/figshare/* (closes #16) pyproject add optional-dependencies fetch-data add url to install aviary from git * add .github/workflows/run-scripts.yml to test a few scripts run error-free in CI * make aviary optional in data/wbm/fetch_process_wbm_dataset.py * add dep pymatviz * run-scripts.yml continue-on-error: true * i meant fail-fast: false * editable install in run-scripts.yml * install extra deps pymatviz[export-figs] to get kaleido * add TMP_FIGS dir looks like data/wbm/fetch_process_wbm_dataset.py might auto-cancelled due to exceeding the download limit or sth like that just getting Error: The operation was canceled. so let's test scripts/compile_metrics.py instead * compile_metrics.py make dataframe_image optional * run-scripts provide WANDB_API_KEY * compile_metrics.py fix missing column access * editable install in gh-pages.yml * fix vite build ReferenceError: latest_figshare_release is not defined
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a fresh conda environment and the cache cleaned, running
fetch_process_wbm_dataset.py
leads to the following error:The error can be bypassed by copying figshare/1.0.0.json to [...]/site-packages/data/figshare.
Since this is matbench-discovery related data, I would suggest to use [...]/site-packages/data/matbench-discovery/figshare instead.
The text was updated successfully, but these errors were encountered: