Hi Michael, Strangely this one was working whereas the NOE was not! This is very strange as the code was essentially the same!? Oh well. Anyway, I think you meant to print out "'Aborting R1 calculation" instead of "'Aborting NOE caclulation" (2 mistakes there).
Cheers, Edward On 16 December 2010 23:36, <[email protected]> wrote: > Author: michaelbieri > Date: Thu Dec 16 23:36:01 2010 > New Revision: 11846 > > URL: http://svn.gna.org/viewcvs/relax?rev=11846&view=rev > Log: > Fixed issue with incomplete data as for NOE calculation (see > http://svn.gna.org/viewcvs/relax?rev=11845&view=rev > ). > > Modified: > branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py > > Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py > URL: > http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=11846&r1=11845&r2=11846&view=diff > ============================================================================== > --- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original) > +++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Dec 16 23:36:01 > 2010 > @@ -458,7 +458,10 @@ > > # Incomplete. > if not complete: > - missing_data(missing) > + print 'Aborting NOE caclulation as the following informations > are missing:\n' > + for i in range(len(missing)): > + print '\t'+missing[i] > + print '' > return > > # Execute. > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > 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 > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] 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-devel

