From: Noel O'B. <bao...@gm...> - 2006-10-23 14:48:28
|
Hello Adam, I should feel good that all possible bugs are being ironed out of the parsers, but...:-) In tidying up the interaction between regression.py and regressionfiles.txt, I found that some of the regression files were not being detected, so I added them (regression.py now gives a warning if some files are missing, so it won't be possible to make this mistake in future). However, one of the new ADF files, Os3.out, gives a parsing error: aolist = range(len(self.moenergies[spin])) AttributeError: 'ADF' object has no attribute 'moenergies' Regards, Noel |