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
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from Linalg
[ RUN ] Linalg.Sum
test.cpp:20: Failure
Expected equality of these values:
sum_result.at<cytnx_complex128>({0}).real()
Which is: 0
10.
Which is: 10
test.cpp:21: Failure
Expected equality of these values:
sum_result.at<cytnx_complex128>({0}).imag()
Which is: 0
15.
Which is: 15
[ FAILED ] Linalg.Sum (496 ms)
[----------] 1 test from Linalg (496 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (496 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] Linalg.Sum
1 FAILED TEST
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 4.98 sec
This issue may be the culprit for failing the tests BlockUniTensorTest.gpu_Trace and DenseUniTensorTest.gpu_Trace.
The text was updated successfully, but these errors were encountered:
The test below should pass.
However, the test fails.
This issue may be the culprit for failing the tests
BlockUniTensorTest.gpu_Trace
andDenseUniTensorTest.gpu_Trace
.The text was updated successfully, but these errors were encountered: