Hi Edward.
I get this systemtest error:
relax -s Frame_order.test_generate_rotor2_distribution
Traceback (most recent call last):
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/test_suite/system_tests/frame_order.py",
line 675, in test_generate_rotor2_distribution
self.interpreter.run(script_file=self.cam_path+'generate_rotor2_distribution.py')
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/prompt/interpreter.py",
line 275, in run
return run_script(intro=self.__intro_string, local=locals(),
script_file=script_file, show_script=self.__show_script,
raise_relax_error=self.__raise_relax_error)
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/prompt/interpreter.py",
line 578, in run_script
return console.interact(intro, local, script_file,
show_script=show_script, raise_relax_error=raise_relax_error)
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/prompt/interpreter.py",
line 477, in interact_script
exec_script(script_file, local)
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/prompt/interpreter.py",
line 352, in exec_script
runpy.run_module(module, globals)
File "/usr/lib64/python2.6/runpy.py", line 140, in run_module
fname, loader, pkg_name)
File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/test_suite/system_tests/scripts/frame_order/cam/generate_rotor2_distribution.py",
line 15, in <module>
from test_suite.shared_data.frame_order.cam.generate_base import Main
File
"/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/test_suite/shared_data/frame_order/cam/generate_base.py",
line 27, in <module>
from numpy import array, cross, dot, eye, float16, float64, transpose,
zeros
ImportError: cannot import name float16
I have numpy 1.4.1 installed.
The dependencies listed for relax, only mentions numpy 1.0.4
http://www.nmr-relax.com/download.html#Source_code_release