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 Aug 5, 2024
1 parent fe1397e commit 3cb4c4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pybop/models/lithium_ion/base_echem.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,7 @@ def approximate_capacity(self, inputs: Inputs):

# Calculate and update nominal capacity
theoretical_capacity = theoretical_energy / average_voltage
self.parameter_set.update(
{"Nominal cell capacity [A.h]": theoretical_capacity}
)
self.parameter_set.update({"Nominal cell capacity [A.h]": theoretical_capacity})

def set_geometric_parameters(self):
"""
Expand Down

0 comments on commit 3cb4c4d

Please sign in to comment.