You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shinaoka: I cannot reproduce it, using my platform linux2 -- Python 2.7.12, pytest-2.8.7, py-1.4.31, pluggy-0.3.1: all tests pass.
I will dig more. Do you have any hints as to since which ALPSCore commit it fails? Would you mind to roll back ALPSCore (maybe, all the way back to commit b3a4e4f4efb9203350284ff4799c14a43534d320) and try again, to see if it is indeed an ALPSCore problem?
Could you please also send/attach your CMakeCache.txt files from ALPSCore and ALPSCore-Python build dirs?
Thank you for the suggestion.
Actually, I got the same error with the old version of ALPSCore (b3a4e4f4efb9203350284ff4799c14a43534d320).
Do you get some insights from the CMakeCache files?
CMakeCache.txt for ALPSCore (commit b3a4e4f4efb9203350284ff4799c14a43534d320) CMakeCache.txt
"make test" does not succeed with the latest ALPSCore.
Typical errors are shown below.
Do you reproduce this problem?
../../../ClionProjects/ALPSCore-Python/test/hdf5_test.py .....FFFFFFFF
=================================== FAILURES ===================================
_________________________________ test_complex _________________________________
oar = <alps.alps_c.pyhdf5_c.hdf5_archive_impl object at 0x10fff2470>
../../../ClionProjects/ALPSCore-Python/test/hdf5_test.py:111:
ar = <alps.alps_c.pyhdf5_c.hdf5_archive_impl object at 0x10fff2470>
name = '/cmplx', vtype = <type 'complex'>, expected_val = (1.5+2.25j)
E SystemError: NULL result without error in PyObject_Call
../../../ClionProjects/ALPSCore-Python/test/hdf5_test.py:22: SystemError
The text was updated successfully, but these errors were encountered: