This commit is contained in:
kadarakos 2023-02-02 15:23:05 +00:00
parent d13e494abd
commit b8cdcfb2f5

View File

@ -185,7 +185,7 @@ def make_spancat(
allow_overlap=None,
max_positive=max_positive,
threshold=threshold,
scorer=scorer
scorer=scorer,
)
@ -248,7 +248,7 @@ def make_spancat_singlelabel(
allow_overlap=allow_overlap,
max_positive=None,
threshold=None,
scorer=scorer
scorer=scorer,
)