Skip to content

Commit

Permalink
dest on the test data dangit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 3, 2018
1 parent a7f2847 commit c5898f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/batch/_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def run(self):
cand_f = self.candidate_generator
train, test = ds
train = train_load(train)
test = test_load(train)
test = test_load(test)

ds_name = ds_attrs.get('DataSet', None)
ds_part = ds_attrs.get('Partition', None)
Expand Down

0 comments on commit c5898f3

Please sign in to comment.