h5py: Test for custom float promotion fails on some architectures
I refreshed the Debian packaging with version 2.7.0rc2. This version fails to test on selected architectures, some of which are considered major ones.
All failing architectures report the following error log:
======================================================================
FAIL: test_custom_float_promotion (h5py.tests.old.test_h5t.TestTypeFloatID)
Custom floats are correctly promoted to standard floats on read.
----------------------------------------------------------------------
Traceback (most recent call last):
File "h5py/tests/old/test_h5t.py", line 187, in test_custom_float_promotion
self.assert_(values.dtype == np.float32)
AssertionError: False is not true
----------------------------------------------------------------------
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 23 (23 by maintainers)
@mraspaud I have cherry-picked your commit onto the packaging and started new builds on
mips,ppc64elands390x. I hope it will be done by the end of the day. Thanks for looking at it.