PiRSquared17 / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

Bad average shiftx values #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/Users/jd/workspace34/cingStable/python/cing/Scripts/validateEntry.py", line 266, in <module>
    status = main(*sys.argv[1:])
  File "/Users/jd/workspace34/cingStable/python/cing/Scripts/validateEntry.py", line 195, in main
    if project.validate(htmlOnly = htmlOnly, doProcheck = doProcheck, doWhatif = doWhatif):
  File "/Users/jd/workspace34/cingStable/python/cing/PluginCode/validate.py", line 116, in validate
    project.runShiftx(parseOnly=parseOnly)
  File "/Users/jd/workspace34/cingStable/python/cing/PluginCode/shiftx.py", line 224, in runShiftx
    _averageMethylAndMethylene( project, models )
  File "/Users/jd/workspace34/cingStable/python/cing/PluginCode/shiftx.py", line 265, in _averageMethylAndMethylene
    shifts[i] += p.shiftx[i]
  File "/Users/jd/workspace34/cingStable/python/cing/Libs/NTutils.py", line 117, in __getitem__
    return list.__getitem__(self, item)
IndexError: list index out of range

Original issue reported on code.google.com by jurge...@gmail.com on 22 Oct 2009 at 10:20

GoogleCodeExporter commented 9 years ago
Fixed in r650.

Original comment by jurge...@gmail.com on 22 Oct 2009 at 12:04

GoogleCodeExporter commented 9 years ago

Original comment by jurge...@gmail.com on 2 Nov 2009 at 1:04