From: Adam T. <a-t...@st...> - 2008-05-13 22:48:36
|
Anyone else having problems with the regression test script dying prematurely? Traceback (most recent call last): File "regression.py", line 238, in ? main() File "regression.py", line 218, in main eval(fnname)(data) # Run the test File "regression.py", line 33, in testGAMESS_basicPCGAMESS_dvb_td_out assert len(logfile.etoscs) == 5 AttributeError: 'ccData' object has no attribute 'etoscs' This is with revision 811 on trunk. I didn't want to change anything about the script to fix it in case there is some underlying problem with the PCGAMESS parser. Adam |