mailr11000 - in /1.3: ./ test_suite/ test_suite/shared_data/saved_states/ test_suite/system_tests/ test_suite/system_tests/scrip...


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

Header


Content

Posted by edward on March 15, 2010 - 14:48:
Author: bugman
Date: Mon Mar 15 14:48:49 2010
New Revision: 11000

URL: http://svn.gna.org/viewcvs/relax?rev=11000&view=rev
Log:
Copied the relax installation path into __main__.install_path.

The import of the PyMOL clobbered sys.path!!!  Therefore relax does not touch 
this array any more.
Instead __main__.install_path is used to store where relax is installed.  
This should avoid all
problems with sys.path.


Modified:
    1.3/relax
    1.3/test_suite/shared_data/saved_states/create_peak_heights_T2_ncyc1.py
    1.3/test_suite/system_tests/angles.py
    1.3/test_suite/system_tests/consistency_tests.py
    1.3/test_suite/system_tests/dasha.py
    1.3/test_suite/system_tests/diffusion_tensor.py
    1.3/test_suite/system_tests/frame_order.py
    1.3/test_suite/system_tests/generic.py
    1.3/test_suite/system_tests/jw_mapping.py
    1.3/test_suite/system_tests/load_spins.py
    1.3/test_suite/system_tests/model_elimination.py
    1.3/test_suite/system_tests/model_free.py
    1.3/test_suite/system_tests/model_selection.py
    1.3/test_suite/system_tests/n_state_model.py
    1.3/test_suite/system_tests/noe.py
    1.3/test_suite/system_tests/noe_restraints.py
    1.3/test_suite/system_tests/palmer.py
    1.3/test_suite/system_tests/peak_lists.py
    1.3/test_suite/system_tests/relax_fit.py
    1.3/test_suite/system_tests/results.py
    1.3/test_suite/system_tests/scripts/1UBQ_relax_fit.py
    1.3/test_suite/system_tests/scripts/angles.py
    1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py
    1.3/test_suite/system_tests/scripts/bugs_12582_12591_12607.py
    1.3/test_suite/system_tests/scripts/consistency_tests.py
    1.3/test_suite/system_tests/scripts/create_m4.py
    1.3/test_suite/system_tests/scripts/dasha.py
    1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py
    1.3/test_suite/system_tests/scripts/generate_ri.py
    1.3/test_suite/system_tests/scripts/jw_mapping.py
    1.3/test_suite/system_tests/scripts/latex_mf_table.py
    1.3/test_suite/system_tests/scripts/load_spins_from_small_molecule.py
    1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py
    
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
    1.3/test_suite/system_tests/scripts/model_free/bug_15050.py
    1.3/test_suite/system_tests/scripts/n_state_model/align_fit.py
    1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py
    1.3/test_suite/system_tests/scripts/n_state_model/phthalic_acid_noes.py
    1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py
    1.3/test_suite/system_tests/scripts/noe.py
    1.3/test_suite/system_tests/scripts/omp_model_free.py
    1.3/test_suite/system_tests/scripts/opendx_s2_te_rex.py
    
1.3/test_suite/system_tests/scripts/opt_setup_S2_0_970_te_2048_Rex_0_149.py
    1.3/test_suite/system_tests/scripts/palmer.py
    1.3/test_suite/system_tests/scripts/palmer_omp.py
    1.3/test_suite/system_tests/scripts/relax_fit.py
    1.3/test_suite/system_tests/scripts/tylers_peptide.py
    1.3/test_suite/system_tests/scripts/xh_vector_dist.py
    1.3/test_suite/system_tests/sequence.py
    1.3/test_suite/system_tests/structure.py
    1.3/test_suite/system_tests/unit_vectors.py
    1.3/test_suite/test_suite_runner.py
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_internal.py
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
    1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py
    1.3/test_suite/unit_tests/state_testing_base.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: 1.3/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/shared_data/saved_states/create_peak_heights_T2_ncyc1.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/shared_data/saved_states/create_peak_heights_T2_ncyc1.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/angles.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/consistency_tests.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/dasha.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/diffusion_tensor.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/frame_order.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/generic.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/generic.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/jw_mapping.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/load_spins.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/load_spins.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/model_elimination.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_elimination.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_selection.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/n_state_model.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/noe.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/noe_restraints.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/noe_restraints.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/palmer.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/peak_lists.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/peak_lists.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/relax_fit.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/results.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/results.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/1UBQ_relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/1UBQ_relax_fit.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/angles.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/bug_14872_unicode_selection.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/bugs_12582_12591_12607.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/bugs_12582_12591_12607.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/consistency_tests.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/create_m4.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/create_m4.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/dasha.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/generate_ri.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/generate_ri.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/jw_mapping.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/latex_mf_table.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/latex_mf_table.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/load_spins_from_small_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/load_spins_from_small_molecule.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/model_free/bug_15050.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/bug_15050.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/align_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/align_fit.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/n_state_model/phthalic_acid_noes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/phthalic_acid_noes.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/noe.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/omp_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/omp_model_free.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/opendx_s2_te_rex.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/opendx_s2_te_rex.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 
1.3/test_suite/system_tests/scripts/opt_setup_S2_0_970_te_2048_Rex_0_149.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/opt_setup_S2_0_970_te_2048_Rex_0_149.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/palmer.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/palmer_omp.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/palmer_omp.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/relax_fit.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/tylers_peptide.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/tylers_peptide.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/scripts/xh_vector_dist.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/xh_vector_dist.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/sequence.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/structure.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/system_tests/unit_vectors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/unit_vectors.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/test_suite_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/test_suite_runner.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_internal.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_internal.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py?rev=11000&r1=10999&r2=11000&view=diff

Modified: 1.3/test_suite/unit_tests/state_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/state_testing_base.py?rev=11000&r1=10999&r2=11000&view=diff




Related Messages


Powered by MHonArc, Updated Mon Mar 15 15:20:02 2010