Skip to content

Commit 001feb4

Browse files
committed
Remove comment
1 parent 5650feb commit 001feb4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/diffpy/morph/morph_io.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,6 @@ def multiple_morph_output(
422422
output = f"\n# Target: {target}\n"
423423
else:
424424
output = f"\n# Morph: {target}\n"
425-
# output += "# Optimized morphing parameters:\n"
426-
# output += "\n".join(
427-
# f"# {param} = {morph_results[target][param]:.6f}"
428-
# for param in morph_results[target]
429-
# )
430425

431426
mr_copy = morph_results[target].copy()
432427
uncertainties = uncertainties_dict[target]

0 commit comments

Comments
 (0)