Justin Ellis
Justin Ellis
@tsmith2, One thought is that you care seeing covariance errors because you are adding 100ns or EQUAD and jitter (which is a lot for some pulsars). When tempo tries to...
@tsmith2 if they fail randomly then I could be wrong. Its been a long time since I've actually worked with pulsar data but I believe the best way to simulate...
@vivekvenkris, I actually just had this problem as well and moving to Cython 0.25 from Cython 0.26 worked as well. Maybe this was done internally when you downgraded tornado? Either,...
Does anyone here have an idea of how to fix this? I'm happy to do it but I'm not very familiar with the ecosystem here
Digging in a bit more into how django does middleware and while this would work, and I still think it is worthwhile, its not the same "middleware" that Django uses....
> @jellis18 @jkgenser > > where do you think execution of these middlewares should happen ? > > * before input validation (basically accessing only to request/response objects) > *...
@chimaerase thank you for your work on this. It would be good to eventually add your whole example using Docker into the main repo. To be honest I haven't really...
Finally added a simple example for an N-D gaussian without using the hamiltonian sampling. This also shows how to add custom jump proposals. We still may want a parallel tempering...
I am not up to speed on recent changes. @AaronDJohnson, @paulthebaker any help here?
I'd say just add a check and raise a `ValueError` if `burn < covUpdate` in the `__init__`. @CaseyMcGrath you can make a PR with this change if you want