Build: #1 failed
Job: Test tools RHEL7 failed
Test results
- 670 tests in total
- 1 test failed
- 1 failure is new
- 4 tests were quarantined / skipped
- 12 minutes taken in total.
Build 1 has the following 1 errors: 1 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_tool_image
ia_fromarray_test.test_fromarray
|
< 1 sec | |
AttributeError: module 'numpy' has no attribute 'complex'. `np.complex` was a deprecated alias for the builtin `complex`. To avoid this error in existing code, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations test_tool_image.py:1875: in test_fromarray ar2 = np.zeros([4, 4], np.complex) /usr/local/lib/python3.8/site-packages/numpy/__init__.py:305: in __getattr__ raise AttributeError(__former_attrs__[attr]) (4 more lines...) |