Skip to content

Commit 8844f9f

Browse files
Renamed relationships.yaml file
1 parent e119258 commit 8844f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intugle/link_predictor/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _predict_for_pair(
143143
]
144144
return pair_links
145145

146-
def predict(self, filename='relationships.yml', save: bool = False) -> Self:
146+
def predict(self, filename='__relationships__.yml', save: bool = False) -> Self:
147147
"""
148148
Iterates through all unique pairs of datasets, predicts the links for
149149
each pair, and returns the aggregated results.

0 commit comments

Comments
 (0)