Yoni Brande

Results 6 comments of Yoni Brande

@taylorbell57 I'm also getting this now, on Ubuntu/WSL, identically to Kevin's error message. `ImportError: /home/jbrande/miniconda3/envs/eureka/lib/python3.9/site-packages/mc3/lib/_binarray.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZGVbN2v_exp`

We routinely call something like 16 thousand individual methods in a single Eureka! stage, so profiling these has been a little more difficult than I originally though. I've got a...

Looking at S5 emcee runs now. Most of the time spent is spent in likelihood.py, but a lot of this actually looks to be built-in python/numpy stuff we probably don't...

Yeah, getting into the dynesty profile it's similar to the emcee profile, except that the nested sampling prior transforms also take a good bit of time. ![s5_dynesty_profile](https://user-images.githubusercontent.com/5041139/168491451-1b621acc-c4b2-42eb-af8a-56cd7954278b.jpg) Reading EPFs, setting...

Just a short update, the proportion of time spent in each operation in S5 is basically the same between instruments for a given set of transit/systematics parameters. It's not super...

Sounds good. 28% is actually better than I thought we'd be doing right now! I was mistaken about the coverage fraction needed for a JOSS paper (https://joss.readthedocs.io/en/latest/review_criteria.html, we actually don't...