Skip to content

Commit 0722a07

Browse files
committed
[JOSS] specify where shared function examples are used
1 parent ba49e01 commit 0722a07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

joss-paper/paper.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ Our implementations have been tested and documented deeply; moreover we split
9191
the algorithms into smaller functions, which we preferred over having a
9292
monolithic block of code in order to improve readability and testability. This
9393
kind of modularity allowed us to reuse functions across multiple algorithms,
94-
since several procedures are shared (e.g., $\texttt{split}$, or the computation
95-
of rank), and for the same reason we think that the addition of new
96-
functionalities would be straightforward since we already have a significant
97-
set of common functions implemented.
94+
since several procedures are shared (e.g., $\texttt{split}$ is used in all the
95+
three algorithms which we mentioned above, while the computation of rank is
96+
carried out only in the last two), and for the same reason we think that the
97+
addition of new functionalities would be straightforward since we already have
98+
a significant set of common functions implemented.
9899

99100
# Example
100101

0 commit comments

Comments
 (0)