Files
openide/python/testData/debug/test_sci_data_with_complex_numbers.py
Egor Eliseev 6260c013df PY-28396 Sci Data doesn't show complex numbers
Change `PY_COMPLEX_NUMBER` regexp.
Add quoting for structs fields.
Add check for empty ArrayTable values.
Add test.

GitOrigin-RevId: 80b23a20c7558a1885968d5a61e3dc72cfd9643a
2022-08-31 06:02:57 +00:00

3 lines
64 B
Python

import numpy as np
arr = np.arange(10) * (1+2j) / 1e9
print(arr)