LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Passband name read/saved in wrong format #215

Closed Catarina-Alves closed 4 years ago

Catarina-Alves commented 4 years ago

The passband name is currently read/saved as bytes instead of str. There is an easy mapping between the two but this should be handled automatically.

file: gps.py functions: _compute_gp_all_passbands_1D, _compute_gp_all_passbands_2D and/or read_gp_files_into_models

Catarina-Alves commented 4 years ago

Solved by #218