Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Dec 29, 2024
1 parent 899bd4e commit 52175df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoplex/auto/phonons/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def get_iso_atom(
return Response(replace=flow)


@job(data=[PhononBSDOSDoc])
@job(data=[PhononBSDOSDoc, "dft_references"])
def get_output(
metrics: list,
benchmark_structures: list[Structure] | None = None,
Expand Down

0 comments on commit 52175df

Please sign in to comment.