Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Dec 8, 2023
2 parents c54a499 + 27e90fb commit c6f4ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> **Mat**erials **bench**marking **gen**erative **metrics**, inspired by [guacamol](https://www.benevolent.com/guacamol) and [CDVAE](https://github.com/txie-93/cdvae).
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/sparks-baird/matbench-genmetrics/blob/main/notebooks/1.0-matbench-genmetrics-basic.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/sparks-baird/matbench-genmetrics/blob/main/notebooks/core/1.0-matbench-genmetrics-basic.ipynb)
[![ReadTheDocs](https://readthedocs.org/projects/matbench-genmetrics/badge/?version=latest)](https://matbench-genmetrics.readthedocs.io/en/stable/)
[![PyPI-Server](https://img.shields.io/pypi/v/matbench-genmetrics.svg)](https://pypi.org/project/matbench-genmetrics/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/matbench-genmetrics)
Expand Down
4 changes: 1 addition & 3 deletions notebooks/core/1.0-matbench-genmetrics-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"id": "wKCu_chJrCRa"
},
"source": [
"`pyyaml==5.4.1` just for `DummyGenerator` on Colab. See [SO post](https://stackoverflow.com/questions/69564817/typeerror-load-missing-1-required-positional-argument-loader-in-google-col).\n",
"\n",
"<font color=\"red\">**NOTE: If using Colab, \"Restart Runtime\" after installation.**</font>"
]
},
Expand Down Expand Up @@ -125,7 +123,7 @@
"source": [
"try:\n",
" import google.colab # type: ignore # noqa: F401\n",
" %pip install xtal2png matbench-genmetrics pyyaml==5.4.1\n",
" %pip install xtal2png matbench-genmetrics \"ruamel.yaml<0.18\"\n",
"except ImportError:\n",
" print(\"not in Colab\")"
]
Expand Down

0 comments on commit c6f4ee9

Please sign in to comment.