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
115 stars 7 forks source link

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

Closed rcoreilly closed 2 years ago

rcoreilly commented 2 years ago

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

either fix or remove..

rcoreilly commented 2 years ago

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