Skip to content

Commit

Permalink
remove test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jul 1, 2022
1 parent e0924cd commit 3888c5f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def get_coupled_variables(self, variables):
+ " particle cracking rate": pybamm.x_average(dl_cr),
}
)
l_cr = variables[f"X-averaged {self.domain.lower()} particle crack length [m]"]
variables.update(
{"test" + self.domain: pybamm.max(l_cr) - self.domain_param.R_typ}
)
return variables

def set_rhs(self, variables):
Expand Down

0 comments on commit 3888c5f

Please sign in to comment.