Dan Foreman-Mackey
Dan Foreman-Mackey
Try going to chrome://settings/siteData in your browser and searching for "arxiv" in the "search cookies" bar. Then, remove the cookies for arxiv.org and try logging in again. After doing that,...
Definitely. Thanks for reporting this!
To get this to work, you can edit the `setup.py` file, specifically [lines 16-35](https://github.com/megbedell/wobble/blob/master/setup.py#L16-L35) to have the flags that you need (and removing the ones that you don't need). Try...
Great. Thanks for the update and I'm glad to hear that you got something that worked! I expect that the `language` argument wasn't needed - probably just the earlier changes...
I'd say that the preferred usage is via `pre-commit` which already has this built in so I'm not keen to add such a feature. But, if you feel that it...
Awesome news - thanks!!
I'm happy to start drafting the "Profiling and performance" tutorial because it's something I'd like to learn more about unless someone else is planning on working on it!
@laldoroty — if you're finding parameters out of bounds in your final chain that normally means that you've initialized walkers outside of the bounds. It's worth adding a check to...
If you initialize out of bounds, those walkers typically won't ever move into bounds so those chains will cause many problems (this one included :D) so I'm glad that you...
@Jinyin-Hu — There is no formal limit on the number of dimensions, but the efficiency of the sampler will degrade with the number of parameters. I've certainly fit models with...