We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650feb commit 001feb4Copy full SHA for 001feb4
1 file changed
src/diffpy/morph/morph_io.py
@@ -422,11 +422,6 @@ def multiple_morph_output(
422
output = f"\n# Target: {target}\n"
423
else:
424
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
- # )
430
431
mr_copy = morph_results[target].copy()
432
uncertainties = uncertainties_dict[target]
0 commit comments