ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

[BUG] lightcurve.write_votable method results in columns with extra dimensions #30

Open sundarjhu opened 1 year ago

sundarjhu commented 1 year ago

Describe the bug Many of the columns in the table resulting from the write_votable method have superfluous extra dimensions. Could these be removed using squeeze() before they are written to table? For example, the covar_module.mixture_scales column has shape (1, 1, 1, 2, 601).