We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189111a commit ffff09eCopy full SHA for ffff09e
1 file changed
wfl/fit/mace.py
@@ -167,6 +167,7 @@ def fit(fitting_configs, mace_name, mace_fit_params, mace_fit_cmd=None, ref_prop
167
168
if dry_run or verbose:
169
print('fitting command:\n', mace_fit_cmd)
170
+ sys.stdout.flush()
171
if dry_run:
172
warnings.warn("Exiting mace.fit without fitting, because dry_run is True")
173
return None
0 commit comments