mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +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 |