Author: bugman Date: Sat Oct 7 17:35:24 2006 New Revision: 2606 URL: http://svn.gna.org/viewcvs/relax?rev=2606&view=rev Log: Ported r2605 from the 1.2 line.
The command used was: $ svn merge -r2604:2605 svn+ssh://[EMAIL PROTECTED]/svn/relax/1.2 This fixes bug #7277 (https://gna.org/bugs/?7277). Modified: 1.3/generic_fns/palmer.py Modified: 1.3/generic_fns/palmer.py URL: http://svn.gna.org/viewcvs/relax/1.3/generic_fns/palmer.py?rev=2606&r1=2605&r2=2606&view=diff ============================================================================== --- 1.3/generic_fns/palmer.py (original) +++ 1.3/generic_fns/palmer.py Sat Oct 7 17:35:24 2006 @@ -534,6 +534,10 @@ if not hasattr(data, 'model'): continue + # No relaxation data. + if not hasattr(data, 'num_frq'): + continue + # Get the S2 data. if 'S2' in data.params: data.s2, data.s2_err = self.get_mf_data(self.mfout_S2_pos + pos) _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits