Skip to content

Commit 911fe4f

Browse files
lmeyerovclaude
andcommitted
docs(gfql): mark illustrative benchmark_graphframes snippets doc-test:skip
The two GFQL/GraphFrames code blocks are illustrative (reference an undefined g/gf/seeds and engine="polars"), so the doc-example runner was executing them and failing test-docs. Mark both with '.. doc-test: skip' — they are shown for reading, not execution. Removes this page's contribution to the test-docs failure on #1668. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8148087 commit 911fe4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/source/gfql/benchmark_graphframes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ graphs carry no attributes, so ``degree`` is precomputed at cold-load (charged
113113
to load, not to the query, for *both* systems) and used as the natural
114114
threshold column.
115115

116+
.. doc-test: skip
117+
116118
.. code-block:: python
117119
118120
# GFQL
@@ -133,6 +135,8 @@ trivial on both.
133135

134136
Undirected 1-hop expansion from a fixed 50-node high-degree seed set.
135137

138+
.. doc-test: skip
139+
136140
.. code-block:: python
137141
138142
# GFQL

0 commit comments

Comments
 (0)