Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 3776822

Browse files
author
Alon Eirew
committed
fix flake
1 parent 80a4f5c commit 3776822

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nlp_architect/models/cross_doc_coref/cdc_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# ******************************************************************************
1616
from typing import List, Tuple
1717

18-
from nlp_architect import LIBRARY_ROOT
19-
from nlp_architect.common.cdc.topics import Topics
2018
from nlp_architect.data.cdc_resources.relations.relation_types_enums import RelationType
2119
from nlp_architect.models.cross_doc_coref.system.sieves.sieves import SieveType
2220

nlp_architect/models/cross_doc_sieves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _run_coref(topics: Topics, resources: CDCSettings, eval_type: str) -> List[C
7474
clusters_list.append(clusters)
7575

7676
with open(os.path.join(
77-
resources.cdc_resources.eval_output_dir, eval_type+ '_clusters.txt'), 'w') \
77+
resources.cdc_resources.eval_output_dir, eval_type + '_clusters.txt'), 'w') \
7878
as clusters_file:
7979
write_clusters_to_file(clusters, topic.topic_id, clusters_file)
8080

0 commit comments

Comments
 (0)