Skip to content

Commit 5d11f19

Browse files
No longer skip nonexistent external toolkit notebook
1 parent 5251315 commit 5d11f19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_ext/cookbook/globals_.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"""
9393

9494
# ".*/experimental/.*",
95-
OPTIONAL_NOTEBOOKS: list[str] = [
96-
"openforcefield/openff-toolkit/external/swap_amber_parameters/swap_existing_ligand_parameters.ipynb",
97-
]
95+
OPTIONAL_NOTEBOOKS: list[str] = []
9896
"""
9997
Notebooks whose execution failure will not cause notebook processing to fail.
10098

0 commit comments

Comments
 (0)