File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ def solve(
107
107
** kwargs ,
108
108
):
109
109
"""
110
- For more information on the parameters used in the solve, See :meth:`pybamm.Simulation.solve`
110
+ For more information on the parameters used in the solve,
111
+ See :meth:`pybamm.Simulation.solve`
111
112
"""
112
113
self .sims = []
113
114
iter_func = product if self .permutations else zip
@@ -167,7 +168,8 @@ def solve(
167
168
168
169
def plot (self , output_variables = None , ** kwargs ):
169
170
"""
170
- For more information on the parameters used in the plot, See :meth:`pybamm.Simulation.plot`
171
+ For more information on the parameters used in the plot,
172
+ See :meth:`pybamm.Simulation.plot`
171
173
"""
172
174
self .quick_plot = pybamm .dynamic_plot (
173
175
self .sims , output_variables = output_variables , ** kwargs
You can’t perform that action at this time.
0 commit comments