Skip to content

Commit 1f06bfe

Browse files
authored
Merge pull request #360 from tmko818/tyokai
Add missed arguments to `remote_func_kwargs` in `fit.mace.py`
2 parents b4c97aa + eef59ce commit 1f06bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wfl/fit/mace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def fit(fitting_configs, mace_name, mace_fit_params, mace_fit_cmd=None, ref_prop
113113
remote_func_kwargs = {'fitting_configs': fitting_configs, 'mace_name': mace_name,
114114
'mace_fit_params': mace_fit_params, 'remote_info': '_IGNORE', 'run_dir': run_dir,
115115
'mace_fit_cmd': mace_fit_cmd, 'prev_checkpoint_file': prev_checkpoint_file,
116-
'valid_configs': valid_configs, 'test_configs': test_configs}
116+
'valid_configs': valid_configs, 'test_configs': test_configs,
117+
'ref_property_prefix': ref_property_prefix, 'verbose': verbose, 'dry_run': dry_run}
117118

118119
xpr = ExPyRe(name=remote_info.job_name, pre_run_commands=remote_info.pre_cmds, post_run_commands=remote_info.post_cmds,
119120
env_vars=remote_info.env_vars, input_files=input_files, output_files=output_files, function=fit,

0 commit comments

Comments
 (0)