Skip to content
Snippets Groups Projects
Commit 33912497 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Apply suggestion to bob/pipelines/tests/test_datasets.py

parent 56dc55d8
Branches
Tags
1 merge request!28Filelist datasets
Pipeline #39847 passed
......@@ -34,7 +34,7 @@ def test_csv_loading():
# tests if we can build a simple CSV loader for the Iris Flower dataset
subsets = {
"train": _data_file("iris-train.csv"),
"test": _data_file("iris-train.csv")
"test": _data_file("iris-test.csv")
}
fieldnames = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment