@@ -34,8 +34,8 @@ def single_morph_output(
3434 verbose = False ,
3535 stdout_flag = False ,
3636):
37- """Helper function for printing details about a single morph. Handles both
38- printing to terminal and printing to a file.
37+ """Helper function for printing details about a single morph.
38+ Handles both printing to terminal and printing to a file.
3939
4040 Parameters
4141 ----------
@@ -135,10 +135,10 @@ def create_morphs_directory(save_directory):
135135
136136
137137def get_multisave_names (target_list : list , save_names_file = None , mm = False ):
138- """Create or import a dictionary that specifies names to save morphs as.
139- First attempt to import names from a specified file. If names for certain
140- morphs not found, use default naming scheme: 'Morph_with_Target_<target
141- file name>.cgr'.
138+ """Create or import a dictionary that specifies names to save morphs
139+ as. First attempt to import names from a specified file. If names
140+ for certain morphs not found, use default naming scheme:
141+ 'Morph_with_Target_<target file name>.cgr'.
142142
143143 Used when saving multiple morphs.
144144
@@ -204,8 +204,8 @@ def multiple_morph_output(
204204 stdout_flag = False ,
205205 mm = False ,
206206):
207- """Helper function for printing details about a series of multiple morphs.
208- Handles both printing to terminal and printing to a file.
207+ """Helper function for printing details about a series of multiple
208+ morphs. Handles both printing to terminal and printing to a file.
209209
210210 Parameters
211211 ----------
@@ -320,8 +320,8 @@ def multiple_morph_output(
320320
321321
322322def tabulate_results (multiple_morph_results ):
323- """Helper function to make a data table summarizing details about the
324- results of multiple morphs.
323+ """Helper function to make a data table summarizing details about
324+ the results of multiple morphs.
325325
326326 Parameters
327327 ----------
0 commit comments