From ca70050e8770d386d521fd921232ca7f10f3ded2 Mon Sep 17 00:00:00 2001 From: Celeste-Melize Ferrus <68361708+cferrus@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:14:05 +0200 Subject: [PATCH] Update Match.py Very minor typo fix --- src/cosmic/Match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cosmic/Match.py b/src/cosmic/Match.py index 8766f7fe4..25cd5832b 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)) )