Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Oct 8, 2024
1 parent 7cff59d commit 22208ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pybamm/solvers/processed_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ def _observe_postfix(self, entries, t):
entries, self.t_pts, initial=float(self.time_integral.initial_condition)
)
else:
raise ValueError("time_integral method must be 'discrete' or 'continuous'")
raise ValueError(
"time_integral method must be 'discrete' or 'continuous'"
) # pragma: no cover

def _interp_setup(self, entries, t):
# save attributes for interpolation
Expand Down

0 comments on commit 22208ee

Please sign in to comment.