Skip to content

Commit

Permalink
Edited py_mutations_hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhvani Patel committed Jul 12, 2017
1 parent 84d405e commit 032b4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified __pycache__/toCheck.pypy-41.pyc
Binary file not shown.
6 changes: 4 additions & 2 deletions py_mutations_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def testTime():
print "Fetching all rows..."
all_rows = c.fetchmany(size=33)

for curr in range(1):
for curr in range(2):
print all_rows[curr][0]
print "Got Em..."
print "Running PyPy test..."
Expand All @@ -168,7 +168,9 @@ def testTime():
print curr
if toTest == None:
tokenStream = tokenize.tokenize(StringIO.StringIO(all_rows[curr][0]).readline, handle_token)
#print all_tokens
print "RAW"
print len(all_tokens)

one_hot_good = vocabularize_tokens(all_tokens)
raw_tokens = tokenize.generate_tokens(StringIO.StringIO(all_rows[curr][0]).readline)
source_code = str(all_rows[curr][0])
Expand Down

0 comments on commit 032b4eb

Please sign in to comment.