mirror of https://github.com/Nonannet/copapy.git
test compile fixed
This commit is contained in:
parent
db458dd047
commit
1380fc662b
|
|
@ -48,7 +48,8 @@ def test_compile():
|
||||||
c1 = CPVariable(4)
|
c1 = CPVariable(4)
|
||||||
c2 = CPVariable(2)
|
c2 = CPVariable(2)
|
||||||
|
|
||||||
ret = function(c1, c2)
|
#ret = function(c1, c2)
|
||||||
|
ret = [c1 / 4 + 3 * 3.6]
|
||||||
|
|
||||||
out = [Write(r) for r in ret]
|
out = [Write(r) for r in ret]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue