aboutsummaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorBoud Roukema <boud@cosmo.torun.pl>2021-04-09 14:35:04 +0200
committerBoud Roukema <boud@cosmo.torun.pl>2021-04-09 14:35:04 +0200
commit832aca819ee88c4bb61504e7f9215dc7c50a625e (patch)
tree0c7adc39d6569b3cbb9eef034d1c21b0b768b27b /tex
parent1140619c7f0c69ef0680f581ef1ccba31aba9deb (diff)
Minor copyedits
These are minor last minute copyedits for recently added text, e.g. a git hash is not literally a timestamp.
Diffstat (limited to 'tex')
-rw-r--r--tex/src/appendix-existing-solutions.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/src/appendix-existing-solutions.tex b/tex/src/appendix-existing-solutions.tex
index 2396b1b..42a1408 100644
--- a/tex/src/appendix-existing-solutions.tex
+++ b/tex/src/appendix-existing-solutions.tex
@@ -287,7 +287,7 @@ In such cases, the data must not be publicly released, but the methods that were
Furthermore, since all reading and writing is currently done in the HDF5 file, it can easily bloat the file to very large sizes due to temporary files.
These files can later be removed as part of the analysis, but this makes the code more complicated and hard to read/maintain.
For example the Active Papers HDF5 file of \citeappendix[in \href{https://doi.org/10.5281/zenodo.2549987}{zenodo.2549987}]{kneller19} is 1.8 giga-bytes.
-This is not a fundamental feature of the approach and is just how this prototype was implemented and can be improved in the future.
+This is not a fundamental feature of the approach, but rather an effect of the initial implementation; future improvements are likely.