vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.28k stars 590 forks source link

Update fits.py #2254

Closed balbinot closed 1 year ago

balbinot commented 1 year ago

Fix bug while plotting and manipulating df coming from FITS files

balbinot commented 1 year ago

It seems to work well with or without the decorator.

The missing decorator is also in the Gadget class, which I am not sure it is used still.

https://github.com/vaexio/vaex/commit/b171bcdce68e72589996f2af568a4bb0374b49c9

maartenbreddels commented 1 year ago

Ok, this is good enough for now, thanks!