Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tool-test failed #27

Open
liuyuxivapor opened this issue Dec 7, 2023 · 0 comments
Open

tool-test failed #27

liuyuxivapor opened this issue Dec 7, 2023 · 0 comments

Comments

@liuyuxivapor
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant