Valentin Sulzer

Results 231 comments of Valentin Sulzer

Can you test this again? I think @Saransh-cpp has worked on this?

@dion-w I don't really understand the solutions above ... One idea I had is to create an object `pybamm.no_memory_vertcat(a,b)` which stores the two vectors and then can be indexed as...

So, just to understand, are you suggesting that the colorbar should be fixed to (min of variable, max of variable) even when `variable_limits` is `"tight"`? Which would be the same...

i.e. does the following give you exactly what you want? ```python3 variable_limits = {"X-averaged cell temperature [K]": "tight", "Cell temperature [K]": "fixed", "Volume-averaged cell temperature [K]": "tight"} ``` If so,...

@TomTranter this might be a good first issue for someone if you don't have time to do and can explain exactly what is needed

@TomTranter I wasn't able to reproduce the problem with different scalings. Do you still see it or have we accidentally fixed it?

I haven't seen this error before. Would need an example to diagnose

I'll take a look at how it's done in liionpack, ideally we could reimplement in pybamm and call that from liionpack?