Skip to content

Conversation

@garrettwrong
Copy link
Collaborator

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.py to target the Rotation class and put the rotate tests in a new file test_steerable_bases_2d.py

@garrettwrong garrettwrong added CI Continuous Integration cleanup labels Nov 28, 2023
@garrettwrong garrettwrong self-assigned this Nov 28, 2023
@codecov
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (257b102) 89.15% compared to head (e69a388) 89.07%.

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.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@j-c-c j-c-c left a 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.

Copy link
Collaborator

@j-c-c j-c-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@garrettwrong garrettwrong marked this pull request as ready for review November 30, 2023 14:12
@garrettwrong garrettwrong requested a review from janden as a code owner November 30, 2023 14:12
@garrettwrong
Copy link
Collaborator Author

Merging. Centralizes and expands unit test coverage to additional 2D basis. Converts some older tests towards pytest fixtures. No new features.

@garrettwrong garrettwrong merged commit ee06191 into develop Dec 7, 2023
@garrettwrong garrettwrong deleted the basis_rot branch December 7, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants