-
Notifications
You must be signed in to change notification settings - Fork 56
Add tests for SimpleArray #51
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
Conversation
yungyuc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will make the merge message more descriptive if branch name and the title of the PR to be more specific.
|
It's awkward that I accidentally closed the PR while renaming the branch... |
|
Does github prevent you from reopening it? Let me try to do it ... |
It seems that I can only change the branch I want to merge and cannot change the target branch( |
| IndexError, | ||
| r"SimpleArray::validate_shape\(\): empty index" | ||
| ): | ||
| invalid_empty_idx = () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good test.
I tried to add some test cases for
SimpleArray