summaryrefslogtreecommitdiffstats
path: root/19/py/main.py
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-12-18 20:37:36 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-12-18 20:37:36 +0100
commit0d473b23584e9f8e87856db167d285cd899347a4 (patch)
tree424a24142dfa604959e2047d6a2066e95c8cf407 /19/py/main.py
parent824e73b75134bcf949f554d41986189a4dbded70 (diff)
downloadaoc-0d473b23584e9f8e87856db167d285cd899347a4.tar.gz
Implement LCM and remove coverage
Runtime is at 6 seconds with pypy oof.
Diffstat (limited to '19/py/main.py')
-rw-r--r--19/py/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/19/py/main.py b/19/py/main.py
index c45bac7..70cf792 100644
--- a/19/py/main.py
+++ b/19/py/main.py
@@ -21,7 +21,7 @@ import d17
mods = [d01, d02, d03, d04, d05, d06, d07, d08, d09, d10, \
d11, d12, d13, d14, d15, d16, d17]
-skip = [12, 16]
+skip = []
timings = [[0 for _ in range(2)] for _ in range(len(mods))]
#clock_type = time.CLOCK_MONOTONIC