Skip to content

Commit

Permalink
before working with Morgan
Browse files Browse the repository at this point in the history
  • Loading branch information
seekshreyas committed Dec 4, 2013
1 parent 17e134a commit cf7c4cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def featureAggregator(inputdata):
features = featureExtractor(inputdata)

# append those features
inputLineList = list(inputdata)
inputLineList = list(inputLine)
inputLineList.append(features)
outputLineTuple = tuple(inputLineList)
outputdata.append(outputLineTuple)
Expand Down
Binary file added img/architecture.pdf
Binary file not shown.
Binary file modified img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf7c4cf

Please sign in to comment.