Closed tronsgaard closed 2 years ago
I discovered this bug when I was trying to fit 3 planets with only the second planet transiting. lc_options['efficient_bp'] is a dict, and we want to look at its values rather than its keys.
lc_options['efficient_bp']
I discovered this bug when I was trying to fit 3 planets with only the second planet transiting.
lc_options['efficient_bp']
is a dict, and we want to look at its values rather than its keys.