Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Jan 26, 2024
1 parent 9f6a423 commit 431d1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoplex/auto/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ def __post_init__(self):
ph_disp = self.phonon_displacement_maker
self.phonon_displacement_maker = ph_disp.update_kwargs(
update={
"potential_param_file_name": self.ml_dir**self.static_maker_kwargs
"potential_param_file_name": self.ml_dir,
**self.static_maker_kwargs,
}
)
if self.static_energy_maker is not None:
Expand Down

0 comments on commit 431d1f2

Please sign in to comment.