diff --git a/negmas/tournaments/neg/simple/cartesian.py b/negmas/tournaments/neg/simple/cartesian.py index be8c75cb..cfb598ce 100644 --- a/negmas/tournaments/neg/simple/cartesian.py +++ b/negmas/tournaments/neg/simple/cartesian.py @@ -248,7 +248,11 @@ def combine( needed_files: list[tuple[str, str] | str] = [] if complete_only: - needed_files += [ALL_RESULTS_FILE_NAME, ALL_SCORES_FILE_NAME] + needed_files += [ + ALL_RESULTS_FILE_NAME, + ALL_SCORES_FILE_NAME, + FINAL_SCORES_FILE_NAME, + ] else: if recalc_details: needed_files.append(RESULTS_DIR_NAME)