[ase-users] ASE-test error
Dr. ZHANG Yanhui
yzhan32 at cityu.edu.hk
Thu Jan 21 08:24:16 CET 2016
Dear ASE community,
I am trying to install the ASE Version: 3.10.0 using python 2.7.5 GCC 4.8.5 (Red Hat 4.8.5-4) 64bit ELF on Linux x86_64 .
I have I followed the steps from installation guide from website https://wiki.fysik.dtu.dk/ase/download.html. <https://wiki.fysik.dtu.dk/ase/download.html.>
However, error comes out (testase.log attached):
======================================================================
ERROR: ga/mutations.py (ScriptTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ase/test/__init__.py", line 51, in testfile
{'display': self.display})
File "/usr/lib/python2.7/site-packages/ase/test/ga/mutations.py", line 60, in <module>
c3, desc = mmut.get_new_individual([c1])
File "/usr/lib/python2.7/site-packages/ase/ga/standardmutations.py", line 92, in get_new_individual
indi = self.mutate(f)
File "/usr/lib/python2.7/site-packages/ase/ga/standardmutations.py", line 120, in mutate
a.set_positions(p_tot)
File "/usr/lib/python2.7/site-packages/ase/atoms.py", line 608, in set_positions
constraint.adjust_positions(self, newpositions)
File "/usr/lib/python2.7/site-packages/ase/constraints.py", line 122, in adjust_positions
new[self.index] = atoms.positions[self.index]
VisibleDeprecationWarning: boolean index did not match indexed array along dimension 0; dimension is 36 but corresponding boolean dimension is 32
----------------------------------------------------------------------
Ran 141 tests in 83.540s
FAILED (errors=2)
======================================================================
Please help. Thanks in advance.
Regards,
Yanhui
<https://wiki.fysik.dtu.dk/ase/download.html.>
[https://wiki.fysik.dtu.dk/ase/_static/ase.ico]<https://wiki.fysik.dtu.dk/ase/download.html.>
Installation guide - ASE documentation<https://wiki.fysik.dtu.dk/ase/download.html.>
wiki.fysik.dtu.dk
Installation guide¶ In order to choose the right method for installing ASE identify your computer system and your goals related to ASE. Is it a personal laptop or ...
After installation when I tried to test installation using the command
"python -c "from ase.test import test; test(verbosity=2, display=True)" 2>&1 | tee testase.log" it failed with error..............
Disclaimer: This email (including any attachments) is for the use of the intended recipient only and may contain confidential information and/or copyright material. If you are not the intended recipient, please notify the sender immediately and delete this email and all copies from your system. Any unauthorized use, disclosure, reproduction, copying, distribution, or other form of unauthorized dissemination of the contents is expressly prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20160121/c7f77f62/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testase.log
Type: application/octet-stream
Size: 10287 bytes
Desc: testase.log
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20160121/c7f77f62/attachment-0001.obj>
More information about the ase-users
mailing list