From 431d1f2eb96f56dff7e9ca8155e30a5303590acc Mon Sep 17 00:00:00 2001 From: anaik Date: Fri, 26 Jan 2024 18:14:35 +0100 Subject: [PATCH] add missing comma --- autoplex/auto/jobs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoplex/auto/jobs.py b/autoplex/auto/jobs.py index a9c876f1b..04d2b111c 100644 --- a/autoplex/auto/jobs.py +++ b/autoplex/auto/jobs.py @@ -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: