mailRe: r27172 - /branches/nmrglue/test_suite/system_tests/nmrglue.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on January 14, 2015 - 17:29:
Hi Troels,

For any test data in "status.install_path +sep+ 'extern' +sep+
'nmrglue' +sep+ 'nmrglue_0_5' +sep+ 'tests' +sep+ 'pipe_proc_tests'"
that you use in the relax system tests, this could be copied into
test_suite/shared_data/nmrglue/.  The extern/nmrglue/nmrglue_0_5/tests
directory is far too big to be redistributed with relax.

Cheers,

Edward

On 14 January 2015 at 17:05,  <tlinnet@xxxxxxxxxxxxx> wrote:
Author: tlinnet
Date: Wed Jan 14 17:05:44 2015
New Revision: 27172

URL: http://svn.gna.org/viewcvs/relax?rev=27172&view=rev
Log:
Changed systemtests for nmrglue, to reflect 0.5 version.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/test_suite/system_tests/nmrglue.py

Modified: branches/nmrglue/test_suite/system_tests/nmrglue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/test_suite/system_tests/nmrglue.py?rev=27172&r1=27171&r2=27172&view=diff
==============================================================================
--- branches/nmrglue/test_suite/system_tests/nmrglue.py (original)
+++ branches/nmrglue/test_suite/system_tests/nmrglue.py Wed Jan 14 17:05:44 
2015
@@ -147,7 +147,7 @@
         ds.tmpdir = mkdtemp()

         # Create path to nmrglue test data.
-        ds.ng_test = status.install_path +sep+ 'extern' +sep+ 'nmrglue' 
+sep+ 'nmrglue_0_4' +sep+ 'tests' +sep+ 'pipe_proc_tests'
+        ds.ng_test = status.install_path +sep+ 'extern' +sep+ 'nmrglue' 
+sep+ 'nmrglue_0_5' +sep+ 'tests' +sep+ 'pipe_proc_tests'


     def setup_plot_contour(self, show=False):
@@ -606,5 +606,5 @@
         ng_vers = nmrglue.__version__
         print("Version of nmrglue is %s"%ng_vers)

-        # Assert the version to be 0.4.
-        self.assertEqual(ng_vers, '0.4')
+        # Assert the version to be 0.5.
+        self.assertEqual(ng_vers, '0.5')


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

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



Related Messages


Powered by MHonArc, Updated Thu Jan 15 09:40:12 2015