Skip to content

Commit b5de7b5

Browse files
authored
Merge pull request #279 from dice-group/query-generator-test
Fix deprecated variable.
2 parents f53c1e7 + f325b8a commit b5de7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi_hop_query_answering/benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
args = Namespace()
3232
args.model = kge_name
3333
args.scoring_technique = "KvsAll"
34-
args.path_dataset_folder = "KGs/UMLS"
34+
args.dataset_dir = "KGs/UMLS"
3535
args.num_epochs = 20
3636
args.batch_size = 1024
3737
args.lr = 0.1

0 commit comments

Comments
 (0)