Hector
Hector
Using the DFN model causes a runtime error into CASIDI: RuntimeError: Error in Function::call for 'F' [IdasInterface] at D:\bld\casadi_1705758725091\work\casadi\core\function.cpp:1401: Error in Function::call for 'F' [IdasInterface] at D:\bld\casadi_1705758725091\work\casadi\core\function.cpp:330: D:\bld\casadi_1705758725091\work\casadi\interfaces\sundials\idas_interface.cpp:596: IDACalcIC returned...
Thank you. I was using liionpack 0.3.10 from pip under windows. The code is this: import liionpack as lp import pybamm # Generate the netlist netlist = lp.setup_circuit(Np=4, Ns=3, Rb=1e-3,...
The same happens with the function lp.compare_solution_output. Any suggestions?
There is a quick workaround. After the "plot_output" function write plt.show(). At the beginning write `import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.clear() `