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
zero
one
Is this test supposed to pass or to fail? (it currently fails)
def test_one_slice(): space = odl.uniform_discr([0,0,0],[1,1,1],(10,20,30)) x = space.one() x.shape # (10,20,30) assert x[0].shape == (20,30) # False, x[0] is a scalar
The text was updated successfully, but these errors were encountered:
It is currently supposed to fail, but should be fixed by #1113 (for which I guess this issue is a duplicate).
PR #1238 should solve this.
Sorry, something went wrong.
No branches or pull requests
Is this test supposed to pass or to fail? (it currently fails)
The text was updated successfully, but these errors were encountered: