Skip to content
Snippets Groups Projects
Commit 30466b18 authored by bbauvin's avatar bbauvin
Browse files

debugging

parent 735142c5
No related branches found
No related tags found
No related merge requests found
...@@ -400,7 +400,6 @@ if True: ...@@ -400,7 +400,6 @@ if True:
"classifiersConfigs": bestClassifiersConfigs, "classifiersConfigs": bestClassifiersConfigs,
'fusionMethodConfig': fusionMethodConfig}} 'fusionMethodConfig': fusionMethodConfig}}
argumentDictionaries["Multiview"].append(arguments) argumentDictionaries["Multiview"].append(arguments)
print bestClassifiersConfigs
except: except:
pass pass
try: try:
......
...@@ -122,7 +122,6 @@ def transformData(dataArray): ...@@ -122,7 +122,6 @@ def transformData(dataArray):
i=0 i=0
name=nameb name=nameb
while fail: while fail:
print name
if not os.path.isfile(name): if not os.path.isfile(name):
dsetFile = h5py.File(name, "w") dsetFile = h5py.File(name, "w")
fail=False fail=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment