Skip to content

Commit

Permalink
no debug
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@388 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 29, 2008
1 parent cd91455 commit e4fe1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/presentation/metrics/xbgf_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def report(keys,key,note):
results['NI^'][x] += nosi(path+y+'.xbgf','PERMISSIVENESS')
results['COR'][x] += nosi(path+y+'.xbgf','EXTRACTERROR')
results['SGO'][x] += noni(path+y+'.xbgf')+nosi(path+y+'.xbgf','BREFACTOR')
for z in rkeys:
print 'DEBUG',z,x,y,':',results[z][x]
#for z in rkeys:
# print 'DEBUG',z,x,y,':',results[z][x]
xbgf = ET.parse(path+y+'.xbgf')
results['NOX'][x] += len(xbgf.findall('/*'))
for z in names:
Expand Down

0 comments on commit e4fe1dd

Please sign in to comment.