28 Jun 2012 15:57
r17098 - in /branches/interatomic/test_suite/system_tests: n_state_model.py scripts/n_state_model/monte_carlo_testing.py
Author: bugman Date: Thu Jun 28 15:57:59 2012 New Revision: 17098 URL: http://svn.gna.org/viewcvs/relax?rev=17098&view=rev Log: Fixes for the N_state_model.test_monte_carlo_sims system test for the interatomic data design. Modified: branches/interatomic/test_suite/system_tests/n_state_model.py branches/interatomic/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py Modified: branches/interatomic/test_suite/system_tests/n_state_model.py URL: http://svn.gna.org/viewcvs/relax/branches/interatomic/test_suite/system_tests/n_state_model.py?rev=17098&r1=17097&r2=17098&view=diff ============================================================================== --- branches/interatomic/test_suite/system_tests/n_state_model.py (original) +++ branches/interatomic/test_suite/system_tests/n_state_model.py Thu Jun 28 15:57:59 2012 <at> <at> -1,6 +1,6 <at> <at> ############################################################################### # # -# Copyright (C) 2008-2011 Edward d'Auvergne # +# Copyright (C) 2008-2012 Edward d'Auvergne # # # # This file is part of the program relax. # # # <at> <at> -31,6 +31,7 <at> <at> from base_classes import SystemTestCase from data import Relax_data_store; ds = Relax_data_store() from generic_fns.align_tensor import calc_chi_tensor +from generic_fns.interatomic import interatomic_loop(Continue reading)
RSS Feed