We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 64: AssertionError: assert_array_equal(result_a_double[1].numpy(), np.ones_like(multipliers)) args = (<built-in function eq>, array(4.5690002, dtype=float32), array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1...1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.], dtype=float32))
========= Explanation - result_a_double comes from pc.torch_scan(...), and its first element [1] is 4.569 when it should (?) be an array of ones_like.
result_a_double
pc.torch_scan(...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
=========
Explanation -
result_a_double
comes frompc.torch_scan(...)
, and its first element [1] is 4.569 when it should (?) be an array of ones_like.The text was updated successfully, but these errors were encountered: