moesphere

Results 5 issues of moesphere

Using `extract_local_sensitivities` in combination with `save_idxs` fails as it is based on `sol.prob.f.numindvar` i.e. it always wants to extract the full state vector. For further discussion and a minimal example,...

Enumerating the following MWE gives an unexpected result: ```julia [(i,x) for (i,x) in enumerate(VectorOfArray([[1,2,3]]))] ```` ![grafik](https://user-images.githubusercontent.com/19595387/145692782-c396cf0a-9ef5-4eb9-a8e0-5e8a5cf568cd.png)

Hello! Is there a tutorial on how to inspect gradient/hessian calculation when using `diffrax`? I am trying to calculate gradients and hessians, but the returned values are always `nan`s, and...

question

It would be great to implement PC-SAFT for electrolytes. [Original paper](http://dx.doi.org/10.1021/ie0488142) and [revision of ePC-SAFT](http://dx.doi.org/10.1016/j.cherd.2014.05.017). A combination with the already implemented pharmaPCSAFT model would be benificial likewise.

I am trying to plot data with corrplot(). It works for certain data, but fails for other data, i.e. no error is thrown but the plotting does not finish either....