-
Notifications
You must be signed in to change notification settings - Fork 26
Shared Basis Rotate test #1057
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
Shared Basis Rotate test #1057
Conversation
343e68c to
3405b89
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1057 +/- ##
===========================================
- Coverage 89.15% 89.07% -0.08%
===========================================
Files 126 126
Lines 11957 11957
===========================================
- Hits 10660 10651 -9
- Misses 1297 1306 +9 ☔ View full report in Codecov by Sentry. |
44854c0 to
49fe5f9
Compare
reduces regular ut time
j-c-c
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.
Looks good. Just the one suggestion.
49fe5f9 to
aff1131
Compare
j-c-c
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.
LGTM!
|
Merging. Centralizes and expands unit test coverage to additional 2D basis. Converts some older tests towards pytest fixtures. No new features. |
Replacing two specific (FFB, FLE) basis rotate tests with a simpler (and faster) shared test for all the 2d steerables.
Initially I put them in
test_rotation.py, migrating that towards pytest. Changed mind, preferred,test_rotation.pyto target theRotationclass and put the rotate tests in a new filetest_steerable_bases_2d.py