diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2020-12-03 14:47:35 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2020-12-03 14:47:35 +0100 |
| commit | 53a4135160e973bd535c69ab5cf7784aff173494 (patch) | |
| tree | d818e035e8738c4ddc1907978b31c85a026c0d00 /store.py | |
| parent | 87c791bee874ff132017c31f464a854bf8ea8817 (diff) | |
| download | tdde25-timing.tar.gz | |
timing formattingtiming
Diffstat (limited to 'store.py')
| -rw-r--r-- | store.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
