mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Change `PY_COMPLEX_NUMBER` regexp. Add quoting for structs fields. Add check for empty ArrayTable values. Add test. GitOrigin-RevId: 80b23a20c7558a1885968d5a61e3dc72cfd9643a
3 lines
64 B
Python
3 lines
64 B
Python
import numpy as np
|
|
arr = np.arange(10) * (1+2j) / 1e9
|
|
print(arr) |