Skip to content

Commit 125cc60

Browse files
committed
Remove wall_time from write_h5_output in CLI
1 parent 575df11 commit 125cc60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyxdm/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def main() -> None:
213213
input_path = Path(args.wfn_file + ".pyxdm")
214214
output_file = input_path.with_suffix('.h5')
215215
if all_results:
216-
write_h5_output(output_file, session, all_results, wall_time)
216+
write_h5_output(output_file, session, all_results)
217217

218218
log_boxed_title("PyXDM terminated successfully! :)", logger=logger)
219219

0 commit comments

Comments
 (0)