TimeViewers / signalworks

MIT License
3 stars 2 forks source link

Make partition.value dtype unicode #34

Closed j9ac9k closed 4 years ago

j9ac9k commented 4 years ago

tracking.Partition.value was of type U16, a 16-character unicode, which is not what we want, we want the values to be of arbitrary length strings; so I'm setting the dtype to np.unicode_

see reference here: https://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html#string-dtype-note