Seth Axen
Seth Axen
Glad to hear it! I think I've run into this issue randomly before as well, so I'll add to the docs a warning for future users.
Relates https://github.com/arviz-devs/arviz/pull/1063
Examples now live at https://github.com/arviz-devs/ArviZExampleData.jl, and we can expose the loading functions here.
Found it! Seems to be an issue with loading the latest release of scipy in Julia's conda installation. See https://github.com/JuliaPy/PyCall.jl/issues/990 We could temporarily work around this by manually installing scipy...
Reopening so users can find this issue. There are 2 workarounds. First, you can launch Julia like this ```bash $ LD_PRELOAD=$HOME/.julia/conda/3/lib/libstdc++.so julia ``` To avoid having to do this every...
> Sounds great! Maybe worth updating https://github.com/arviz-devs/arviz/wiki/ArviZ-2021-roadmap to keep track of your thoughts? Good idea! ~Will do.~ Done! > I like the idea of arviz's non-plot code providing a sufficient...
Work on ArviZ/Plots integration has begun at https://github.com/arviz-devs/ArviZPlots.jl.
Thanks, @treigerm, I'm looking forward to it too! The idea for now is to still handle all analyses on the Python side and just implement the necessary Plots.jl recipes to...
For `λ = expv(t, A, u)` and adjoint of `λ`, `Δλ`, the adjoint of `u` should I think be `∂u = expv(t, A', Δλ)`, which is quite nice. We also...
Especially since `A` doesn't even need to be a matrix, right? I don't think we'll be able to support all types of `A` for a custom adjoint, just `AbstractMatrix`es.