Author: bugman
Date: Thu Dec 11 08:37:45 2014
New Revision: 27065

URL: http://svn.gna.org/viewcvs/relax?rev=27065&view=rev
Log:
Increased the precision of pivot optimisation in the 
Structure.test_find_pivot_molecules system test.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=27065&r1=27064&r2=27065&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Dec 11 08:37:45 2014
@@ -3187,7 +3187,7 @@
         self.interpreter.structure.rotate(R=R, atom_id='#Z', origin=pivot)
 
         # Find the pivot.
-        self.interpreter.structure.find_pivot(molecules=['X', 'Y', 'Z'], 
init_pos=[0.95, 2.05, 3.02])
+        self.interpreter.structure.find_pivot(molecules=['X', 'Y', 'Z'], 
init_pos=[0.95, 2.05, 3.02], func_tol=1e-7)
 
         # Check the pivot.
         self.assertAlmostEqual(cdp.structure.pivot[0], pivot[0], 3)


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

Reply via email to