Baptiste Pierrat
Baptiste Pierrat
Hi, it would be nice to have this option available (and propagate it to Optim.jl as well), this setting can have a great impact on performances/allocations in some situations (see...
### Describe the bug, what's wrong, and what you expected. Changing the camera zoom has no effect when plotting in a Jupyter notebook with the html backend. Same for manually...
Using Orthophoto IGN for imagery results in an error. This is likely because the API adress has changed recently, from `https://wxs.ign.fr/ortho/geoportail/r/wms?` to `https://data.geopf.fr/wms-r/ows?` It should be a matter or replacing...
I'm trying to display a mesh together with a volume, see the following MWE. I cannot make the two display correctly together (here the sphere ends up either behind or...
Bound error when trying to provide initial parameters for optimization in a model with LKJCholesky
### Minimal working example ```julia using Turing using LinearAlgebra @model function random_intercept_slope_LKJ(X, g, y; n_groups=maximum(g), predictors=size(X, 2) ) # Population-level means μ ~ MvNormal(zeros(predictors), 5.0) # Correlation structure among random...