mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
5 lines
80 B
Python
5 lines
80 B
Python
import numpy as np
|
|
|
|
np.ones(3)
|
|
|
|
numpy.asarray([1,2,3]) # <-- invoke qfix here |