Skip to content

Commit

Permalink
uncommnt loop
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Oct 7, 2024
1 parent 58e6ead commit e44cffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoplex/auto/phonons/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def complete_benchmark( # this function was put here to prevent circular import
collect_output = []
if phonon_displacement_maker is None:
phonon_displacement_maker = TightDFTStaticMaker(name="dft phonon static")
for suffix in ["", "_wo_sigma", "_phonon", "_rand_struc"]:
# TODO find out why the loop is broken/leads to broken code
for suffix in [""]: #, "_wo_sigma", "_phonon", "_rand_struc"]:
# _wo_sigma", "_phonon", "_rand_struc" only available for GAP at the moment
if ml_model == "GAP":
ml_potential = Path(ml_path) / f"gap_file{suffix}.xml"
Expand Down

0 comments on commit e44cffb

Please sign in to comment.