datajoint / datajoint-matlab

Relational data pipelines for the science lab
MIT License
42 stars 37 forks source link

add function to dj.config to read values with 32-bit dimensions #394

Closed A-Baji closed 2 years ago

A-Baji commented 2 years ago

dj.config.use32BitDims(true) or dj.config.use32BitDims(false) to set the flag to read values with 32-bit dimensions.

A-Baji commented 2 years ago

My commits got a little bit messy when I opened a PR to stage and pulled from stage to resolve a few merge conflicts, but it's clean now.