Skip to content

Commit

Permalink
remove unused kwargs from add_negative_coref_relations()
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 15, 2024
1 parent 11de48b commit 538e9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pie_modules/document/processing/text_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def construct_text_document_from_text_pair_coref_document(
def add_negative_coref_relations(
documents: Iterable[TextPairDocumentWithLabeledSpansAndBinaryCorefRelations],
downsampling_factor: Optional[float] = None,
**kwargs,
) -> Iterable[TextPairDocumentWithLabeledSpansAndBinaryCorefRelations]:
positive_tuples = defaultdict(set)
text2spans = defaultdict(set)
Expand Down

0 comments on commit 538e9ee

Please sign in to comment.