Fran Bartolić

Results 5 issues of Fran Bartolić

I noticed that samples from the `AutoDelta` guide don't contain deterministic transforms of random variables in the model. Here's a minimal example which reproduces the issue: ```Python import numpyro import...

enhancement
good first issue

Currently, fitting for a model in pixel space using the linear transforms returned by the `get_pixel_transforms` method requires ~4l^2 pixels for a map of degree l. There are more efficient...

enhancement

Although this is definitely not a priority, it would be cool to be able to use Starry very high order maps (l=50 or so) in emitted light for the purpose...

enhancement

Hi, I can build the docs with Sphinx using `make html` but when I open the html files I can't see any of the function docstrings. I'm new to Sphinx...

Thank you for building this excellent library! I'm using Arviz to plot quantile ESS plots in order to check convergence properties of different samplers in the tails of the target...