agerlach
agerlach
Single dim algorithms error when integration bounds are single element arrays. ```julia using Quadrature, Cubature, Cuba cost(x,p) = sin.(x) qprob = QuadratureProblem(cost,0,π; nout=1, batch=0) sol = solve(qprob, QuadGKJL(), reltol=1e-3,abstol=1e-3) qprob2...
@aml5600 When https://github.com/SciML/DiffEqUncertainty.jl/pull/35 merges we will need to update the tutorials here
The number of dims to plot is being determined by the number of dims passed in a tuple to `vars` instead of the number of dims return by the function....
When using "script" jldoctest the codeblock is being remove from the help prompt. This is not an issue when using REPL jldoctest. Removing OhMyREPL resolves the issue. ~~~julia module Foo...
I started to put a PR together to allow for convergence testing based on the individual integrands, like is default in `Cubature.jl`. However, I quickly realized it may get more...
I am looking at some SciML problems where, depending on the stability of the ODE, the integrand used w/ HCubature.jl may return Inf. I am noticing inconsistent behavior across `hquadrature`...
I need a pure-julia integration library that support multi-dimensional, vector valued integrands **and** batch integrand evaluation. HCubature.jl hits all these criteria except for batch integrand evaluation as in [Cubature.jl](https://github.com/JuliaMath/Cubature.jl). Is...
**Describe the bug** For certain combinations for number of frames and framerate, a resulting gif will not have the correct framerate. It is correct sometimes. I cannot seem to find...
**Is your feature request related to a problem? Please explain.** Javis currently depends on Gtk.jl to support the LiveViewer. This can prove troublesome for headless servers as Gtk requires a...
Add support for computing central moments of vector valued observables.