Skip to content

Commit 2db299a

Browse files
committed
Address style issues?
1 parent 30de105 commit 2db299a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

xcp_d/interfaces/restingstate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ class ComputePerAF(SimpleInterface):
327327
or the fsLR 32k midthickness surface template.
328328
329329
.. math::
330-
PerAF = \frac{1}{N} \\sum_{i=1}^{N} \\left( \frac{X_i - \\mu}{\\mu} \right) * 100%
330+
PerAF = \\frac{1}{N} \\sum_{i=1}^{N}
331+
\\left( \\frac{X_i - \\mu}{\\mu} \\right) \\times 100\\%
331332
332333
References
333334
----------

xcp_d/workflows/bold/metrics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ def init_peraf_wf(
588588
or the fsLR 32k midthickness surface template.
589589
590590
.. math::
591-
PerAF = \frac{1}{N} \\sum_{i=1}^{N} \\left( \frac{X_i - \\mu}{\\mu} \right) * 100%
591+
PerAF = \\frac{1}{N} \\sum_{i=1}^{N}
592+
\\left( \\frac{X_i - \\mu}{\\mu} \\right) \\times 100\\%%
592593
593594
References
594595
----------

0 commit comments

Comments
 (0)