mailr18604 - in /branches/frame_order_testing: ./ lib/ maths_fns/ test_suite/unit_tests/ test_suite/unit_tests/_lib/


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

Header


Content

Posted by edward on March 04, 2013 - 10:19:
Author: bugman
Date: Mon Mar  4 10:19:28 2013
New Revision: 18604

URL: http://svn.gna.org/viewcvs/relax?rev=18604&view=rev
Log:
Merged revisions 18590-18594 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r18590 | bugman | 2013-03-01 23:44:16 +0100 (Fri, 01 Mar 2013) | 6 lines
  
  Initialised a new package called 'lib'.
  
  This will in the future be an extensive collection of functions, methods, 
classes, objects, etc. 
  useful for the study of all types of molecular dynamics.
........
  r18591 | bugman | 2013-03-01 23:46:56 +0100 (Fri, 01 Mar 2013) | 5 lines
  
  Initialised the lib.geometry package.
  
  This will be a library of all mathematics functions relating to geometry.
........
  r18592 | bugman | 2013-03-01 23:59:51 +0100 (Fri, 01 Mar 2013) | 3 lines
  
  Added empty packages to the unit tests for the lib and lib.geometry 
packages.
........
  r18593 | bugman | 2013-03-02 00:04:48 +0100 (Sat, 02 Mar 2013) | 3 lines
  
  Updated the maths_fns package __all__ list.
........
  r18594 | bugman | 2013-03-02 00:22:23 +0100 (Sat, 02 Mar 2013) | 3 lines
  
  Updated the test_suite.unit_tests package __all__ list to be more modern.
........

Added:
    branches/frame_order_testing/lib/
      - copied from r18594, trunk/lib/
    branches/frame_order_testing/test_suite/unit_tests/_lib/
      - copied from r18594, trunk/test_suite/unit_tests/_lib/
Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/maths_fns/__init__.py
    branches/frame_order_testing/test_suite/unit_tests/__init__.py

Propchange: branches/frame_order_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Mar  4 10:19:28 2013
@@ -1,1 +1,1 @@
-/trunk:1-18588
+/trunk:1-18603

Modified: branches/frame_order_testing/maths_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/__init__.py?rev=18604&r1=18603&r2=18604&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/__init__.py (original)
+++ branches/frame_order_testing/maths_fns/__init__.py Mon Mar  4 10:19:28 
2013
@@ -29,6 +29,7 @@
             'consistency_tests',
             'correlation_time',
             'direction_cosine',
+            'ens_pivot_finder',
             'frame_order',
             'jw_mapping',
             'jw_mf_comps',

Modified: branches/frame_order_testing/test_suite/unit_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/unit_tests/__init__.py?rev=18604&r1=18603&r2=18604&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/unit_tests/__init__.py (original)
+++ branches/frame_order_testing/test_suite/unit_tests/__init__.py Mon Mar  4 
10:19:28 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,25 +23,34 @@
 """The relax unit tests."""
 
 
-__all__ = ['align_tensor_testing_base',
-           'diffusion_tensor_testing_base',
-           'minimisation_testing_base',
-           'model_free_testing_base',
-           'molecule_testing_base',
-           'n_state_model_testing_base',
-           'relax_data_testing_base',
-           'residue_testing_base',
-           'sequence_testing_base',
-           'spin_testing_base',
-           'state_testing_base',
-           'structure_testing_base',
-           'test_float',
-           'test_relax_io',
-           'unit_test_runner',
-           'value_testing_base',
-           '_data',
-           '_dx',
-           '_generic_fns',
-           '_maths_fns',
-           '_prompt',
-           '_specific_fns']
+__all__ = [
+    'align_tensor_testing_base',
+    'base_classes',
+    'diffusion_tensor_testing_base',
+    'minimisation_testing_base',
+    'model_free_testing_base',
+    'molecule_testing_base',
+    'n_state_model_testing_base',
+    'package_checking',
+    'relax_data_testing_base',
+    'residue_testing_base',
+    'sequence_testing_base',
+    'spin_testing_base',
+    'state_testing_base',
+    'structure_testing_base',
+    'test_float',
+    'test_relax_io',
+    'unit_test_runner',
+    'value_testing_base',
+    '_auto_analyses',
+    '_data',
+    '_generic_fns',
+    '_lib',
+    '_maths_fns',
+    '_multi',
+    '_opendx',
+    '_prompt',
+    '_scons',
+    '_specific_fns',
+    '_user_functions'
+]




Related Messages


Powered by MHonArc, Updated Mon Mar 04 14:20:02 2013