Up to [local] / OpenXM / src / ox_python / Test
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 2 02:54:00 2022 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Bug of a big string. python.execute_by_file(Cmd1,Cmd_to_get_a_value) Example: python.execute_by_file(["import numpy as np","A=[[1,1],[2,3]]"],"np.linalg.matrix_rank(A)");