Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`numpy.reshape` not only accepts a tuple of ints, but also a simple int. Besides `(10)` is not a tuple and is identical to `10`, unlike `(10,)`.
- Loading branch information