Skip to content

Commit

Permalink
bug fix in dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 10, 2017
1 parent 08d599f commit 0b0ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def __init__(self,
if self.source == 'skdata':
self.name = dataset_init_args ["name"]

elif self.source == 'mat:
elif self.source == 'mat':
self.location = dataset_init_args [ "location" ]

if "height" in dataset_init_args.keys():
Expand Down

0 comments on commit 0b0ecb8

Please sign in to comment.