diff --git a/src/cosmic/Match.py b/src/cosmic/Match.py index 8766f7fe..25cd5832 100644 --- a/src/cosmic/Match.py +++ b/src/cosmic/Match.py @@ -182,7 +182,7 @@ def perform_convergence(conv_params, conv_1, conv_2, log_file): ) match_all.append(match_compute) - log_file.write("matches for converging population are are: {0}\n".format(match_all)) + log_file.write("matches for converging population are: {0}\n".format(match_all)) log_file.write( "Number of binaries in converging population is: {0}\n".format(len(conv_1)) )