[mpact][compiler] remove TODO (#18)
diff --git a/test/python/resnet.py b/test/python/resnet.py index b353e8d..cc8e7e1 100644 --- a/test/python/resnet.py +++ b/test/python/resnet.py
@@ -27,7 +27,6 @@ print(res1) # Run it with MPACT. - # TODO: make this work print("mpact") res2 = mpact_jit(resnet, x) print(res2)