From 6579cbe6381ee4bb805a6d5b5cc5fbd249daa9f2 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 16 Apr 2018 09:35:25 -0500 Subject: 2018-04-16 09:35 --- processing/chapter.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'processing/chapter.tex') 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' -- cgit v1.2.3