Skip to content

Commit

Permalink
Fixed Pep8 / docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetorr authored Sep 24, 2019
1 parent 6ec339a commit a6e2f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flare/struc.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ def to_pmg_structure(self):
@staticmethod
def from_pmg_structure(structure):
"""
Returns Pymatgen structure as FLARE structure.
:param structure: Pymatgen structure
:return: FLARE Structure
"""
Expand All @@ -226,7 +227,6 @@ def from_pmg_structure(structure):
stds = site_props['std']
new_struc.stds = [np.array(std) for std in stds]


return new_struc

def get_unique_species(species):
Expand Down

0 comments on commit a6e2f11

Please sign in to comment.