summaryrefslogtreecommitdiff
path: root/requirements_docs.txt
diff options
context:
space:
mode:
authorClark Willison <clarkgwillison@gmail.com>2020-06-16 18:59:52 -0700
committerClark Willison <clarkgwillison@gmail.com>2020-06-17 01:22:39 -0700
commit4522c4df0c538669559570c7b3a39372e71f347d (patch)
tree0b9b447f4354e51142ef9d2d4d7443c1503f795a /requirements_docs.txt
parent11019982aecf453cc136c5018ceb75da7fa6229c (diff)
downloadpint-4522c4df0c538669559570c7b3a39372e71f347d.tar.gz
fix doctest errors in most .rst docs
doctests updated for new 9-digit Quantity().__repr__() added dependency on Serialize to requirements_docs.txt in systems.rst: three errors remain, one may be a regression, the others I'm not qualified to comment on in nonmult.rst: some issues around floating point estimation are made more robust by using print() seems like Quantity().__repr__() changed since these tests were written, and could benefit from some floating-point truncation in pitheorem.rst the only error was dictionary ordering, which is now deterministic in python3.7, but may still cause issues down the line no doctests in getting.rst, marked all as code blocks
Diffstat (limited to 'requirements_docs.txt')
-rw-r--r--requirements_docs.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_docs.txt b/requirements_docs.txt
index 8bd0205..50e54ef 100644
--- a/requirements_docs.txt
+++ b/requirements_docs.txt
@@ -12,3 +12,4 @@ xarray
sparse
dask[complete]
setuptools>=41.2
+Serialize