Menu

SVN archive Commit Log


Commit Date  
[r20598] by bugman

Replaced the 'heteronuc' and 'proton' arguments of the spectrum.read_intensities user function backend with 'dim'.

2013-08-15 10:01:52 Tree
[r20597] by bugman

Merged revisions 20590-20596 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20590 | bugman | 2013-08-14 16:48:43 +0200 (Wed, 14 Aug 2013) | 8 lines

Reverted r20587 and r20588 as these were rubbish!

The command used was:
svn merge -rHEAD:r20586 .

There are gcc verses pdf Modelfree4 binary results for version 4.20.
........
r20591 | bugman | 2013-08-14 18:19:38 +0200 (Wed, 14 Aug 2013) | 6 lines

Proper fix for the Palmer.test_palmer_omp for the different Modelfree4 binaries.

The gcc and pdf binaries are now properly detected and the slightly different results are now
correctly checked for.
........
r20592 | bugman | 2013-08-14 18:53:13 +0200 (Wed, 14 Aug 2013) | 3 lines

Updated the Mac Framework setup document to help with scipy compilation problems.
........
r20593 | bugman | 2013-08-14 18:54:19 +0200 (Wed, 14 Aug 2013) | 5 lines

Improved the Python seeking and module version print out script for symlinks.

This should now be much more capable of finding all Python versions on a system.
........
r20594 | bugman | 2013-08-14 19:52:39 +0200 (Wed, 14 Aug 2013) | 8 lines

Added support for the Mac OS X Modelfree4 binary results to the Palmer.* system tests.

The Mac OS X Modelfree 4.20 binary produces different results than the Linux binaries, mainly due to
a compilation problem. In the Linux binaries, the results are written out to 4 decimal places. In
the Mac binaries, the results are instead written out to 4 significant figures. Therefore the
number of decimal places are much less than the Linux results.
........
r20595 | bugman | 2013-08-14 19:55:57 +0200 (Wed, 14 Aug 2013) | 5 lines

Fix for the Palmer.test_palmer system test for older Python versions.

This is a problem introduced in the previous commit (r20594).
........
r20596 | bugman | 2013-08-15 09:10:12 +0200 (Thu, 15 Aug 2013) | 24 lines

Syntax error fix for one of the unused scripts in the relax test suite shared data directories.

This problem was encountered by Jack Howarth <howarth att bromo dott med dott uc dott edu> and
communicated in a private message. The issue was found by fink. This script is never used and will
never be used again - it is only there for reference. How a syntax error was introduced is a
mystery. For reference, the full message is:

"""
While preparing fink packaging for the new relax 3.0.0 release, I noticed an error
in the python scripts. When installing relax-py27-3.0.0, I get the following error as
the the frame_order_pseudo_ellipse.py python script is compiled. What is the correct
syntax for that particular call to pymol.command?

Setting up relax-py27 (3.0.0-1) ...
Compiling /sw/lib/relax-py27/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/frame_order_pseudo_ellipse.py ...
File "/sw/lib/relax-py27/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/frame_order_pseudo_ellipse.py", line 154
pymol.command('show spheres'_pseudo_ellipse)
^
SyntaxError: invalid syntax

Thanks in advance for any clarification.
"""
........

2013-08-15 09:55:06 Tree
[r20596] by bugman

Syntax error fix for one of the unused scripts in the relax test suite shared data directories.

This problem was encountered by Jack Howarth <howarth att bromo dott med dott uc dott edu> and
communicated in a private message. The issue was found by fink. This script is never used and will
never be used again - it is only there for reference. How a syntax error was introduced is a
mystery. For reference, the full message is:

"""
While preparing fink packaging for the new relax 3.0.0 release, I noticed an error
in the python scripts. When installing relax-py27-3.0.0, I get the following error as
the the frame_order_pseudo_ellipse.py python script is compiled. What is the correct
syntax for that particular call to pymol.command?

Setting up relax-py27 (3.0.0-1) ...
Compiling /sw/lib/relax-py27/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/frame_order_pseudo_ellipse.py ...
File "/sw/lib/relax-py27/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/frame_order_pseudo_ellipse.py", line 154
pymol.command('show spheres'_pseudo_ellipse)
^
SyntaxError: invalid syntax

Thanks in advance for any clarification.
"""

2013-08-15 07:10:12 Tree
[r20595] by bugman

Fix for the Palmer.test_palmer system test for older Python versions.

This is a problem introduced in the previous commit (r20594).

2013-08-14 17:55:57 Tree
[r20594] by bugman

Added support for the Mac OS X Modelfree4 binary results to the Palmer.* system tests.

The Mac OS X Modelfree 4.20 binary produces different results than the Linux binaries, mainly due to
a compilation problem. In the Linux binaries, the results are written out to 4 decimal places. In
the Mac binaries, the results are instead written out to 4 significant figures. Therefore the
number of decimal places are much less than the Linux results.

2013-08-14 17:52:39 Tree
[r20593] by bugman

Improved the Python seeking and module version print out script for symlinks.

This should now be much more capable of finding all Python versions on a system.

2013-08-14 16:54:19 Tree
[r20592] by bugman

Updated the Mac Framework setup document to help with scipy compilation problems.

2013-08-14 16:53:13 Tree
[r20591] by bugman

Proper fix for the Palmer.test_palmer_omp for the different Modelfree4 binaries.

The gcc and pdf binaries are now properly detected and the slightly different results are now
correctly checked for.

2013-08-14 16:19:38 Tree
[r20590] by bugman

Reverted r20587 and r20588 as these were rubbish!

The command used was:
svn merge -rHEAD:r20586 .

There are gcc verses pdf Modelfree4 binary results for version 4.20.

2013-08-14 14:48:43 Tree
[r20589] by bugman

Merged revisions 20587-20588 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20587 | bugman | 2013-08-14 15:49:57 +0200 (Wed, 14 Aug 2013) | 5 lines

Fixes for the Palmer.test_palmer_omp system test for Modelfree4 version 4.20 gcc.

The gcc and pgf results were somehow switched!
........
r20588 | bugman | 2013-08-14 16:11:51 +0200 (Wed, 14 Aug 2013) | 6 lines

Another fix for the Palmer.test_palmer_omp system test for Modelfree4.

The gcc and pgf compiled i386 Linux binaries of Modelfree4 version 4.20 actually give identical
results. Therefore the checks have been merged.
........

2013-08-14 14:14:08 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.