mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
The recent change to the creation of the data panel ended up with a panel with the dtype of 'object', which was causing numpy ufuncs like `log` to crash out on an `AttributeError`. This forces all frames in the panel to use a dtype of 'float', we may want to look at seeting a dtype on a frame by frame basis, e.g. 'volume' may more accurately be 'int'.