From 4539d4bdd5fb280cf8923148fed2a648b41ee574 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 14 Jan 2022 10:44:25 +0100 Subject: tasks: timing --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index d774038..1795cbd 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1610,7 +1610,7 @@ class BrefZipWikiDOI(Refcat): """ Generate biblioref for inbound wikipedia articles through exact matches. - Yields about 1125638 edges. + Yields about 1125638 edges. About 15min. """ def requires(self): return { -- cgit v1.2.3