HOLL95

Results 3 issues of HOLL95

After recently upgrading to pints 0.4.1, the CMAES algorithm is no longer sped up by the set_parallel command. Although the process is parallelised (via inspection of processes with top), the...

### PyBaMM Version 24.1 ### Python Version 3.12 ### Describe the bug Attempting to define a function in ```rhs``` using `````` operators results in the following error ``` return left...

bug

The pints.vector(array) command copies the input array with dtype=float, which casts the imaginary components from a complex input to real.