Are input parameters broken in v23.3? #2852
-
Hi folks, It seems that the latest changes have caused some issues with specifying input parameters. The following code snippet (slightly modified from workshop notebooks) used to work in v23.2, but now produces the error below: ` param.update({"Current function [A]": "[input]"}) param.process_geometry(geometry) var = pybamm.standard_spatial_vars disc = pybamm.Discretisation(mesh, model.default_spatial_methods) t_eval = np.linspace(0, 3600, 100) solution = solver.solve(
I couldn't find any trace of this in the change log so I'm not sure if the code needs to be changed for v23.3. Any help would be much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Legitimate bug, opening issue |
Beta Was this translation helpful? Give feedback.
Legitimate bug, opening issue