Skip to content
Snippets Groups Projects
Commit 722f7b94 authored by bbauvin's avatar bbauvin
Browse files

Debugging SCM

parent a5502997
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,9 @@ def getConfig(config): ...@@ -58,7 +58,9 @@ def getConfig(config):
def transformData(dataArray): def transformData(dataArray):
print "poulet"
if isBinary(dataArray): if isBinary(dataArray):
print "jambon"
nbExamples = dataArray.shape[0] nbExamples = dataArray.shape[0]
print "getting string" print "getting string"
featureSequence = [str(featureIndex) for featureIndex in range(dataArray.shape[1])] featureSequence = [str(featureIndex) for featureIndex in range(dataArray.shape[1])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment