TheClimateCorporation / mandoline

A distributed, versioned, multi-dimensional array database
Other
105 stars 17 forks source link

dataset definitions should verify that dimension sizes are integers #11

Open shoyer opened 9 years ago

shoyer commented 9 years ago

I was able to successfully write a dataset with a size set to nil, which worked until I tried to read the data from my dataset.

Looks like the fix would belong here: https://github.com/TheClimateCorporation/mandoline/blob/master/src/io/mandoline/dataset.clj#L32