Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Nov 22, 2024
1 parent f8447fc commit 1a3ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stinx/potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def get_potential_path(element: str):
str: The path to the potential file.
"""
path = os.path.join(os.getenv("CONDA_PREFIX"), "share", "sphinxdft", "jth-gga-pbe")
return os.path.join(path, f"{element}_GGA.atomicdata")
return os.path.join(path, f"{element}_GGA.atomicdata")

0 comments on commit 1a3ecff

Please sign in to comment.