-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Code Sample, a minimal, complete, and verifiable piece of code
test failing for the below on power arch
coverage run --source=pycoast setup.py testProblem description
Test is failing for power arch when we try to port power cpu arch support on this package,build is completed sucessfully and facing issue at test only.
Reason for build and test :-
I am working for IBM to port cpu arch ppc64le for open sources.This helps us simplify testing later when distributions are re-building and re-releasing,We typically build applications for customers and ISVs, and while we don't use this package directly,we do count on all of the packages in debian/ubuntu to build other packages. So we more likely have this as a second or third level dependency and couldn't tell you explicitly which features we use or our usage model.
Expected Output
should comple test test just like amd64
Actual Result, Traceback if applicable
pls refer https://travis-ci.com/github/asellappen/pycoast/jobs/457849733
======================================================================
FAIL: test_grid_germ (pycoast.tests.test_pycoast.TestPIL)
Check that issue #26 is fixed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/asellappen/pycoast/pycoast/tests/test_pycoast.py", line 199, in test_grid_germ
self.assertTrue(fft_metric(grid_data, res), 'Writing of grid to germ failed')
AssertionError: False is not true : Writing of grid to germ failed
Details of complete log a thttps://travis-ci.com/github/asellappen/pycoast/jobs/457849733
Versions of Python, package at hand and relevant dependencies
PYTHON_VERSION=3.7 and its failing for all python version configured on travis job.
Thank you for reporting an issue !