Skip to content

Commit 24a20d4

Browse files
Update src/nifreeze/analysis/measure_agreement.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent b8a8145 commit 24a20d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nifreeze/analysis/measure_agreement.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ def identify_bland_altman_salient_data(
206206
`top_n` data points from the BA plot.
207207
208208
Once the left-most data points identified, the right-most `percentile` data
209-
points are considered from the remaining data points. Among these, the
210-
`top_n` data points that are closest to the zero mean difference are
211-
identified.
209+
points are considered from the remaining data points.
210+
The ``top_n`` data points closest to the zero mean difference are
211+
identified among these.
212212
213213
Parameters
214214
----------

0 commit comments

Comments
 (0)