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 5251315 commit 5d11f19Copy full SHA for 5d11f19
source/_ext/cookbook/globals_.py
@@ -92,9 +92,7 @@
92
"""
93
94
# ".*/experimental/.*",
95
-OPTIONAL_NOTEBOOKS: list[str] = [
96
- "openforcefield/openff-toolkit/external/swap_amber_parameters/swap_existing_ligand_parameters.ipynb",
97
-]
+OPTIONAL_NOTEBOOKS: list[str] = []
98
99
Notebooks whose execution failure will not cause notebook processing to fail.
100
0 commit comments