test compile fixed

This commit is contained in:
Nicolas Kruse 2025-10-14 23:08:32 +02:00
parent db458dd047
commit 1380fc662b
1 changed files with 2 additions and 1 deletions

View File

@ -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]