Closed kevinkhu closed 4 years ago
This isn't really a bug - the tutorials aren't meant to be just copy paste material! I'm going to close this issue as a wontfix, but I'd welcome a pull request (probably to https://github.com/exoplanet-dev/case-studies) if you wanted to add words about this!
In the putting it all together example I am running into plotting problems if I assume there is only one planet to be found with BLS:
The rest of the code works great (with the minor sampling hack) for the example problem, but there are a couple areas that could be a little more generalized for people who want to adapt the code for use on other systems. This is mostly applicable in the model section where most of the 'shape' parameters can be changed based on len(bls_results) rather than hard coded.
pip, exoplanet 0.3.2, matplotlib 3.3.0, Python 3.7.6, Ubuntu 18.04