Skip to content
Snippets Groups Projects
Commit 071dba5b authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

print views

parent 27c129a8
No related branches found
No related tags found
No related merge requests found
...@@ -329,6 +329,8 @@ def initViews(DATASET, args): ...@@ -329,6 +329,8 @@ def initViews(DATASET, args):
if viewName in allowedViews: if viewName in allowedViews:
views.append(viewName) views.append(viewName)
viewsIndices.append(viewsIndices) viewsIndices.append(viewsIndices)
print(views)
quit()
return views, viewsIndices, allViews return views, viewsIndices, allViews
else: else:
views = [str(DATASET.get("View" + str(viewIndex)).attrs["name"]) for viewIndex in range(NB_VIEW)] views = [str(DATASET.get("View" + str(viewIndex)).attrs["name"]) for viewIndex in range(NB_VIEW)]
...@@ -375,5 +377,3 @@ def genArgumentDictionaries(labelsDictionary, directories, multiclassLabels, lab ...@@ -375,5 +377,3 @@ def genArgumentDictionaries(labelsDictionary, directories, multiclassLabels, lab
"flag": [iterIndex, labelsCombination]} "flag": [iterIndex, labelsCombination]}
benchmarkArgumentDictionaries.append(benchmarkArgumentDictionary) benchmarkArgumentDictionaries.append(benchmarkArgumentDictionary)
return benchmarkArgumentDictionaries return benchmarkArgumentDictionaries
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment