aboutsummaryrefslogtreecommitdiff
path: root/processing
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-16 09:35:25 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-16 09:35:25 -0500
commit6579cbe6381ee4bb805a6d5b5cc5fbd249daa9f2 (patch)
tree3f4694c6bd0a21ea1321c18ed8ab535ddf07e5fb /processing
parent3671f4e2c92f28319e9c8e44071604e98d8d783f (diff)
2018-04-16 09:35
Diffstat (limited to 'processing')
-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'