Skip to content

Commit

Permalink
#1082 flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Mar 27, 2021
1 parent a724a84 commit 97d163a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pybamm/parameters/lithium_ion_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,11 +926,7 @@ def R_p(self, x):

def c_n_init(self, x):
"""
<<<<<<< HEAD
Dimensionless initial concentration as a function of dimensionless position x.
=======
Dimensionless initial concentration as a function of dimensionless position x
>>>>>>> develop
Dimensionless initial concentration as a function of dimensionless position x.
"""
return self.c_n_init_dimensional(x) / self.c_n_max

Expand Down

0 comments on commit 97d163a

Please sign in to comment.