Skip to content

Commit

Permalink
fix profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 8, 2024
1 parent 6ff24aa commit fe805a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csvw_ontomap/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def profile_files(self, files: List[str], config: Optional[OntomapConfig] = None
if config.comment_best_matches > 0:
col["rdfs:comment"] = "Best matches: " + " - ".join(
[
f"[{round(m.score, 2)}] {m.payload['label']} ({m.payload['category']}) <{m.payload['id']}>"
f"[{round(m.score, 2)}] {m.payload['label']} ({m.payload['type']}) <{m.payload['id']}>"
for m in matches
]
)
Expand Down

0 comments on commit fe805a2

Please sign in to comment.