From eed01e47340ef51232de725cf6e8d7672cd655ef Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Sun, 19 Nov 2023 14:02:10 +1100 Subject: [PATCH] A minor correction to matrices.py --- combo/utils/matrices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/combo/utils/matrices.py b/combo/utils/matrices.py index 7a982db..395e23d 100644 --- a/combo/utils/matrices.py +++ b/combo/utils/matrices.py @@ -20,7 +20,6 @@ def extract_combo_matrices(predictions: List[Sentence], OUTPUT_DIRECTORY_MATRICES = serialization_dir / "combo_output" / "dependency_tree_matrices" OUTPUT_RELATION_LABEL_DISTRIBUTION = serialization_dir / "combo_output" / "label_distribution_matrices" - meta_sentences = [] meta_ids = [] meta_splits = [] meta_file_names = [] -- GitLab