We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a36bd commit 1187bb4Copy full SHA for 1187bb4
source/_ext/cookbook/globals_.py
@@ -82,10 +82,8 @@
82
"""Branch of the openff-docs repository where cached notebooks are stored."""
83
84
SKIP_NOTEBOOKS: set[str] = {
85
- "openforcefield/openff-nagl/train-multi-objective-gnn/train-gnn-notebook.ipynb",
86
"openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb",
87
"openforcefield/openff-interchange/ligand_in_water/ligand_in_water.ipynb",
88
- "openforcefield/openff-nagl/train-gnn-notebook/train-gnn-notebook.ipynb",
89
}
90
"""
91
Notebooks that will not be processed.
0 commit comments