Skip to content

Commit a89326f

Browse files
authored
Merge branch 'main' into covariance
2 parents 84a1cb3 + 71010e2 commit a89326f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/diffpy/morph/morph_io.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def single_morph_output(
209209
stdout_flag: bool
210210
Print to terminal when True (default False).
211211
"""
212-
213212
# Input and output parameters
214213
morphs_in = "\n# Input morphing parameters:\n"
215214
morphs_in += (
@@ -322,7 +321,6 @@ def get_multisave_names(target_list: list, save_names_file=None, mm=False):
322321
The names to save each morph as. Keys are the target function file
323322
names used to produce that morph.
324323
"""
325-
326324
# Dictionary storing save file names
327325
save_names = {}
328326

@@ -405,7 +403,6 @@ def multiple_morph_output(
405403
Multiple morphs done with a single target rather than multiple
406404
targets for a single morphed file. Swaps morph and target in the code.
407405
"""
408-
409406
# Input parameters used for every morph
410407
inputs = "\n# Input morphing parameters:\n"
411408
inputs += "\n".join(
@@ -508,7 +505,6 @@ def tabulate_results(multiple_morph_results):
508505
Keys in tabulated_results are the table's column names and each
509506
corresponding value is a list of data for that column.
510507
"""
511-
512508
# We only care about the following parameters in our data tables
513509
relevant_parameters = ["Scale", "Smear", "Stretch", "Pearson", "Rw"]
514510

0 commit comments

Comments
 (0)