Skip to content

Commit

Permalink
Fix formatting of LaTeX formulae for split_every parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Jun 27, 2024
1 parent 7c2acd9 commit ca69ad1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cf/docstring/docstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@
any of the intermediate or final aggregation steps
operates on no more than ``split_every`` inputs. The
depth of the aggregation graph will be
:math:`log_{split_every}(input chunks along reduced
axes)`. Setting to a low value can reduce cache size
and network transfers, at the cost of more CPU and a
larger dask graph.
:math:`log_{split\_every}}(\textnormal{input chunks
along reduced axes})`. Setting to a low value can reduce
cache size and network transfers, at the cost of more
CPU and a larger dask graph.
By default, `dask` heuristically decides on a good
value. A default can also be set globally with the
Expand Down

0 comments on commit ca69ad1

Please sign in to comment.