From 53a4135160e973bd535c69ab5cf7784aff173494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 3 Dec 2020 14:47:35 +0100 Subject: timing formatting --- store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store.py') diff --git a/store.py b/store.py index ba2e4ef..e7c1018 100644 --- a/store.py +++ b/store.py @@ -51,7 +51,7 @@ def extract_osm_nodes(f_name): if not node.neighbours: del nodes[node_id] - print(f"Extracted {len(nodes)} nodes in {time.monotonic() - start} s") + print(f"Extracted {len(nodes)} nodes in {time.monotonic() - start:.3} s") return nodes -- cgit v1.2.1