CubeBrowser / cube-explorer

browser based exploration of iris cubes
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Switched HoloCube baseclass from Table to Columns #25

Closed philippjfr closed 8 years ago

philippjfr commented 8 years ago

This simply changes HoloCube to inherit from Columns rather than Table. We will likely rename the Columns baseclass in future to denote the generality of the data structure but in the meantime it is a more appropriate baseclass than Table since the Table type has some unique handling applied to it in the plotting code.

jlstevens commented 8 years ago

This is a straightforward change and I agree Columns is a more suitable baseclass. The tests are passing so I will merge this PR now.