Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent 1c82b6c commit 76a77f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybamm/parameters/parameter_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@ def process_geometry(self, geometry):

def process_and_check(sym):
new_sym = self.process_symbol(sym)
#if not isinstance(new_sym, pybamm.Scalar) and not isinstance(
# if not isinstance(new_sym, pybamm.Scalar) and not isinstance(
# new_sym, pybamm.InputParameter
#):
# ):
# raise ValueError(
# "Geometry parameters must be Scalars or InputParameters after parameter processing"
# )
Expand Down

0 comments on commit 76a77f0

Please sign in to comment.