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
Hi, there. I v just dived into this package, and i m trapped into an error while running python3 -m unittest test_nn_dataflow_search.py without any change in the repo. I am wondering why these 3 tests all failed. What should i do to solve this for further application? Thanks a lot.
ERROR is described as below.
FFF
======================================================================
FAIL: test_3d_mem (test_nn_dataflow_search.TestNNDataflowSearch.test_3d_mem)
With 3D memory.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vapor/tool/nn_dataflow/nn_dataflow/tests/tool_test/test_nn_dataflow_search.py", line 45, in test_3d_mem
self.assertEqual(ret, 0)
AssertionError: 1 != 0
======================================================================
FAIL: test_default_invoke (test_nn_dataflow_search.TestNNDataflowSearch.test_default_invoke)
Default invoke.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vapor/tool/nn_dataflow/nn_dataflow/tests/tool_test/test_nn_dataflow_search.py", line 40, in test_default_invoke
self.assertEqual(ret, 0)
AssertionError: 1 != 0
======================================================================
FAIL: test_no_dataflow (test_nn_dataflow_search.TestNNDataflowSearch.test_no_dataflow)
No dataflow scheme found.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vapor/tool/nn_dataflow/nn_dataflow/tests/tool_test/test_nn_dataflow_search.py", line 53, in test_no_dataflow
self.assertEqual(ret, 2)
AssertionError: 1 != 2
----------------------------------------------------------------------
Ran 3 tests in 0.619s
FAILED (failures=3)
The text was updated successfully, but these errors were encountered:
Hi, there. I v just dived into this package, and i m trapped into an error while running
python3 -m unittest test_nn_dataflow_search.py
without any change in the repo. I am wondering why these 3 tests all failed. What should i do to solve this for further application? Thanks a lot.ERROR is described as below.
The text was updated successfully, but these errors were encountered: