diff --git a/tests/test_compile.py b/tests/test_compile.py index 6b37f91..5a3c655 100644 --- a/tests/test_compile.py +++ b/tests/test_compile.py @@ -48,7 +48,8 @@ def test_compile(): c1 = CPVariable(4) c2 = CPVariable(2) - ret = function(c1, c2) + #ret = function(c1, c2) + ret = [c1 / 4 + 3 * 3.6] out = [Write(r) for r in ret]