Skip to content

Commit

Permalink
Fixed doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
aruderman committed Oct 29, 2024
1 parent 233ea46 commit 18dd948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion galpynostatic/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,9 @@ def fit_data(self):
"""Fit the non equilibrium isotherm."""

def fit_function(xdata, xi, ell):
iso = GalvanostaticProfile(xi, ell, isotherm=self.isotherm, vcut=self.vcut)
iso = GalvanostaticProfile(
xi, ell, isotherm=self.isotherm, vcut=self.vcut
)
iso.run()
soc = iso.isotherm_df.SOC
pot = iso.isotherm_df.Potential
Expand Down

0 comments on commit 18dd948

Please sign in to comment.