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.
hello-structured-decoding.pdl
1 parent ea8004d commit 0f2f4f0Copy full SHA for 0f2f4f0
tests/test_examples_run.py
@@ -21,6 +21,9 @@
21
TO_SKIP = {
22
str(name)
23
for name in [
24
+ pathlib.Path("examples")
25
+ / "hello"
26
+ / "hello-structured-decoding.pdl", # TODO: check why
27
pathlib.Path("examples") / "demo" / "2-teacher.pdl", # TODO: check why
28
pathlib.Path("examples") / "talk" / "8-tools.pdl", # TODO: check why
29
pathlib.Path("examples") / "talk" / "10-sdg.pdl", # TODO: check why
0 commit comments