Skip to content

Commit 6529de7

Browse files
committed
Add options
1 parent 8408af5 commit 6529de7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pybamm/batch_study.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def solve(
107107
**kwargs,
108108
):
109109
"""
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`
111112
"""
112113
self.sims = []
113114
iter_func = product if self.permutations else zip
@@ -167,7 +168,8 @@ def solve(
167168

168169
def plot(self, output_variables=None, **kwargs):
169170
"""
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`
171173
"""
172174
self.quick_plot = pybamm.dynamic_plot(
173175
self.sims, output_variables=output_variables, **kwargs

0 commit comments

Comments
 (0)