Closed tobkug closed 3 years ago
Hi
I'm facing the following 2 errors when I'm doing make test. Thanks for providing help.
make test
====================== short test summary info=============================================== FAILED tests/common_test.py::test_run_timeout - AssertionError: assert 'sleep' not in ['init', 'kthreadd', 'rcu_gp', 'rcu_par_gp', 'kworker/0:0-events', 'kworker/0:0H-kblockd', ...] FAILED tests/rpc_utils_test.py::test_roi_process[True-None-True-expected1] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='data.cgiar-csi.org', port=80): Max retries exceeded with ur... ================ 2 failed, 31 passed, 1 warning in 958.28s (0:15:58)=================================
And here the full terminal output: Make test.txt
Hi, you need to update srtm4 with
srtm4
pip install -U srtm4
Great, that helped. But the error in common_test.py remains.
common_test.py
Nevertheless, I managed to process some images from the IARPA dataset.
Hi
I'm facing the following 2 errors when I'm doing
make test
. Thanks for providing help.And here the full terminal output: Make test.txt