Python Version
3.13, 3.12
Describe the bug
The surface and contour plot for the result in energy_based_electrode_design.ipynb should show similar results but they differ significantly.
Steps to reproduce the behaviour
In energy_based_electrode_design.ipynb, add line to produce contour plot:
result.plot_contour()
result.plot_surface();
Relevant log output