There was an error while loading. Please reload this page.
2 parents 52fc33c + 7e216a0 commit c9ce3d3Copy full SHA for c9ce3d3
ir_datasets/formats/base.py
@@ -185,7 +185,7 @@ def qlogs_handler(self):
185
return self
186
187
188
-BaseQueries.EXTENSIONS['queries_dict'] = lambda x: {q.query_id: q for q in x.iter_queries()}
+BaseQueries.EXTENSIONS['queries_dict'] = lambda x: {q.query_id: q for q in x.queries_iter()}
189
190
191
def qrels_dict(qrels_handler):
0 commit comments