Skip to content

Commit 359d3ee

Browse files
lmeyerovclaude
andcommitted
docs(gfql): pdflatex rejects Greek ρ (U+03C1) — spell out 'rho'
Same class as the ≈ fix: test-docs' PDF pass errors on the Spearman ρ in the GraphFrames page (./PyGraphistry.tex:8184). Swept the whole docs-tail diff for remaining non-ASCII: em/en-dashes, ×, →, … all already pass on the green base runs; ρ was the only newcomer. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c96944a commit 359d3ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/gfql/benchmark_graphframes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ route wins by an order of magnitude. Because GraphFrames uses a fixed
198198
``maxIter`` while igraph/cugraph iterate to a tolerance, the raw scores are not
199199
bit-identical, so we compare **wall-clock-to-usable-scores**: the three engines
200200
return the identical vertex set (**3,997,962**), and their PageRank rankings
201-
agree **exactly** — pairwise Spearman ρ = **1.00** and top-100 overlap
201+
agree **exactly** — pairwise Spearman rho = **1.00** and top-100 overlap
202202
**100/100** across igraph, cugraph, and GraphFrames (parity check saved to
203203
``bench_graphframes_pagerank_parity.json``). This is a "same answer, different
204204
cost" comparison, not a raced approximation.
@@ -345,7 +345,7 @@ that favors or disfavors either side:
345345
``maxIter=20``; igraph iterates to ``eps=1e-3`` and cugraph to ``tol=1e-5``.
346346
The comparison is wall-clock-to-usable-scores; we verify all three return the
347347
identical vertex set and rank it identically (LiveJournal: pairwise Spearman
348-
ρ = 1.00, top-100 overlap 100/100 — ``bench_graphframes_pagerank_parity.json``),
348+
rho = 1.00, top-100 overlap 100/100 — ``bench_graphframes_pagerank_parity.json``),
349349
not per-iteration cost — the algorithms converge to the same ranking at
350350
different cost.
351351
- **In-memory by default (streaming is opt-in).** These results are the default

0 commit comments

Comments
 (0)