Author: bugman
Date: Mon Nov 14 20:23:03 2016
New Revision: 28274

URL: http://svn.gna.org/viewcvs/relax?rev=28274&view=rev
Log:
Python 3 bugfix for the Relax_disp.test_bug_24601_r2eff_missing_data system 
test.

Tab characters rather than spaces made the system test script unloadable in 
Python 3.


Modified:
    trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py

Modified: trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py?rev=28274&r1=28273&r2=28274&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py      
(original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py      
Mon Nov 14 20:23:03 2016
@@ -187,9 +187,9 @@
 
 # set each spectrum noise RMSD
     if ndat == 1:
-       spectrum.baseplane_rmsd(error=24000, spectrum_id=id, spin_id=None)
+        spectrum.baseplane_rmsd(error=24000, spectrum_id=id, spin_id=None)
     elif ndat == 6:
-       spectrum.baseplane_rmsd(error=65000, spectrum_id=id, spin_id=None)
+        spectrum.baseplane_rmsd(error=65000, spectrum_id=id, spin_id=None)
 
 # Peak intensity error analysis.
 spectrum.error_analysis_per_field()


_______________________________________________
relax (http://www.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

Reply via email to