emer / etable

Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
BSD 3-Clause "New" or "Revised" License
117 stars 9 forks source link

tried to make a table with an etensor.INT column and it was crashy broken #50

Closed rcoreilly closed 1 year ago

rcoreilly commented 1 year ago

seemed to frag something deep -- debugger info was nonsensical. turns out all logs use INT64.

either fix or remove..

rcoreilly commented 1 year ago

just wasn't there in the etensor.New() method.. weird.