LCOGT / mop

Microlensing Observation Portal
GNU General Public License v3.0
0 stars 7 forks source link

TAP priority criteria #154

Closed mpgh closed 3 months ago

mpgh commented 3 months ago

"mop/toolbox/TAP_priority.py", line 171, in check_planet_priority mag_baseline-mag_now TypeError: unsupported operand type(s) for -: 'str' and 'float'

Values are provided as string and not changed to float, i.e. the value of mag_baseline.

KKruszynska commented 3 months ago

This was fixed with PR #159.