Skip to content

Commit

Permalink
revert reposition of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 9, 2024
1 parent 4ab31d9 commit c783cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymatgen/analysis/alloys/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
A `FormulaAlloyPair` class contains `AlloyPairs` which have formation energies
known to estimate which AlloyPair is stable for a given composition.
TODO: A `FormulaAlloySystem` is defined consisting of `FormulaAlloyPair` and
specifies the full space accessible for a given composition.
"""

# TODO: A `FormulaAlloySystem` is defined consisting of `FormulaAlloyPair` and specifies
# the full space accessible for a given composition.

import hashlib
import warnings
from dataclasses import dataclass, field
Expand Down

0 comments on commit c783cd1

Please sign in to comment.