pilchat

Results 4 comments of pilchat

Hello, the solution is: matplotlib.use('PDF') Sorry for the late reply Cheers

You find the example below. It's basically a copy/paste of the example in https://celerite2.readthedocs.io/en/latest/tutorials/first/, with the difference that the gp.compute() is inside the log_prob function, because in general i need...

can you show me your working example? i'm trying to use the gp as a global variable with no success (likely because i'm such a bad coder) On Fri, Sep...

I implemented your solution in my code and it fixed the issue. Also, it is ~10% faster! Thanks twice! As for this issue, you can close it if you prefer,...