Skip to content

Commit

Permalink
Editing code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Jul 7, 2021
1 parent a81182e commit c8b083a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscses/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def average_local_energy(self,
raise ValueError("TODO")

def probabilities(self:
phi: float,
temp: float) -> List[float]:
phi: float,
temp: float) -> List[float]:
"""Calculates the probabilities of this site being occupied by each defect species.
Args:
Expand Down

0 comments on commit c8b083a

Please sign in to comment.