Skip to content

Commit b268445

Browse files
amit-sharmaCopilot
andauthored
Update pywhyllm/datasets/metrics.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Amit Sharma <[email protected]>
1 parent 1f90a65 commit b268445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywhyllm/datasets/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def recall(edges, true_edges):
1818
pass
1919

2020

21-
def F1(edges, true_edges)
21+
def F1(edges, true_edges):
2222
"""F1 metric for predicted edges
2323
"""
2424
pass

0 commit comments

Comments
 (0)