New ScreenPanel
This commit is contained in:
6
script/jep1.py
Executable file
6
script/jep1.py
Executable file
@@ -0,0 +1,6 @@
|
||||
a = call_jep("numpy", "ones", [(2,3)])
|
||||
print a.getDimensions(), a.getData()
|
||||
|
||||
|
||||
b = call_jep("numpy", "transpose", [a,])
|
||||
print b.getDimensions(), b.getData()
|
||||
Reference in New Issue
Block a user