Skip to content

Commit

Permalink
pybamm-team#983 undo previous change as it doesn't fix codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Aug 11, 2020
1 parent a3e9f39 commit 9912c7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
name="Doyle-Fuller-Newman half cell model",
options={"working electrode": None},
):
super().__init__(options, name)
super().__init__({}, name)
pybamm.citations.register("marquis2019asymptotic")
# `param` is a class containing all the relevant parameters and functions for
# this model. These are purely symbolic at this stage, and will be set by the
Expand All @@ -50,7 +50,7 @@ def __init__(
"or 'negative'"
)

# self.options.update(options)
self.options.update(options)
working_electrode = options["working electrode"]

######################
Expand Down

0 comments on commit 9912c7a

Please sign in to comment.