[geneagrapher] 220/226: Change 1000000000000000 to 1e15.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:11:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository geneagrapher.
commit 38ae3ff136cc31c7d8ce3b7d03cbe643d631e813
Author: David Alber <alber.david at gmail.com>
Date: Sat Jan 7 21:11:09 2012 -0800
Change 1000000000000000 to 1e15.
---
tests/geneagrapher/test_geneagrapher_methods.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/geneagrapher/test_geneagrapher_methods.py b/tests/geneagrapher/test_geneagrapher_methods.py
index 6c31d84..f051400 100644
--- a/tests/geneagrapher/test_geneagrapher_methods.py
+++ b/tests/geneagrapher/test_geneagrapher_methods.py
@@ -119,7 +119,7 @@ geneagrapher: error: too few arguments
sys.stdout = stdout_intercept
cache_fname = LocalDataGrabber.data_file(
'geneagrapher_verbose_cache_grabber_test')
- expiration = 1000000000000000
+ expiration = 1e15
self.ggrapher.build_graph_complete(CacheGrabber, filename=cache_fname,
expiration_interval=expiration)
sys.stdout = stdout
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git
More information about the debian-science-commits
mailing list