aboutsummaryrefslogtreecommitdiff
path: root/processing/chapter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'processing/chapter.tex')
-rw-r--r--processing/chapter.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/processing/chapter.tex b/processing/chapter.tex
index 1d11788..6866f95 100644
--- a/processing/chapter.tex
+++ b/processing/chapter.tex
@@ -1263,7 +1263,7 @@ These attributes can be accessed through python: \python{wt.__version__} and
\end{tabular}
\caption[Commits to WrightTools.]{
Commits to WrightTools by individual, ordered by number of commits.
- Note that datasets...
+ Note that datasets are included, so lines added and removed are massively inflated.
}
\label{pro:tab:commits}
\end{table}
@@ -1280,7 +1280,7 @@ As an example, the following is one of WrightTools' tests:
def test_wigner():
p = datasets.COLORS.v2p2_WL_wigner
data = wt.data.from_COLORS(p)
- assert data.d1.units == 'fs'
+ assert data.d1.units == 'fs''
data.convert('ns')
assert data.d1.units == 'ns'
assert data.wm.units == 'nm'