-
Notifications
You must be signed in to change notification settings - Fork 45
Manipulation and statistical tests, smoke all untested functions #39
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
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
5a1a19f
Move manipulation tests to their own file
honno 6dd7f3d
Minor `test_concat` improvements
honno e5bb974
Smoke all manipulation methods
honno 41a0292
Smoke statistical functions
honno 97997ee
Smoke searching functions
honno 3efff6c
Smoke remaining functions
honno 08b2391
Test `expand_dims()`
honno 40a74bf
Test `flip()` when `axis=None`
honno d05a612
Test `permute_dims()`
honno a9f9237
Test `reshape()`
honno 3ac57ef
Test `roll()`
honno 258b75e
Test `squeeze()`
honno 1bdf6e4
Refactor assertions using ndindex
honno f1cc3ea
Fix `test_roll`
honno 36679c4
Test `concat()`
honno a8fb70d
Test `stack()`
honno cf76888
Manipulation tests clean up
honno 30a0721
Improve `min()`/`max()` tests
honno 50a63b2
Test `mean()`
honno 1ff7271
Test `prod()`
honno f426f88
Refactor axes strategies for stat functions
honno 1238e75
Test `std()`
honno d1eece1
Test axes results
honno 687e40a
Test `var()` and `sum()`
honno d38eee2
Generate all valid dtypes in `test_prod` and `test_sum`
honno 704e47b
Cover axis in `test_concat`
honno 40167c3
Cover axis in `test_flip`
honno 2decdf0
Cover elements in `test_permute_dims`
honno 80c4e31
Fix `test_concat` axes iteration
honno 767bd3f
Cover all shift/axes scenarios in `test_roll`
honno aa7aaa0
Cover all axis scenarios in `test_stack`
honno b32fff0
Make float assertions more lenient in statistical tests
honno 5978fda
Update sum and prod tests to use new default uint
honno 9f3a83e
Sort statistical tests by spec order
honno 09aa26b
Check error raising in `test_squeeze`, use negative axes
honno 18709f6
Cover invalid axis in `test_expand_dims`
honno 2ad6ddc
Try to ignore overflow scenarios in `prod` and `sum` tests
honno 6e4564b
Docstrings for axes helpers
honno 0326aa3
Remove redundant calls to `dh.get_scalar_type()`
honno cd8f117
Fix `test_manipulation_functions.assert_equals`
honno af285de
Skip `test_roll` as its wrong
honno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.