Skip to content
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

Resolve test case warnings #29

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Resolve test case warnings #29

merged 3 commits into from
Dec 18, 2024

Conversation

jamie-cunningham
Copy link
Collaborator

Resolve test case warnings. These mostly included divide by zero warnings and deprecations.

@jamie-cunningham jamie-cunningham linked an issue Dec 12, 2024 that may be closed by this pull request
@jamie-cunningham jamie-cunningham self-assigned this Dec 12, 2024
@jamie-cunningham
Copy link
Collaborator Author

Divide by zero cases were handled in place. Might be worth including a utility function for more robustness. Most cases were unit vector conversions. Open to discussion.

Copy link
Collaborator

@keatincf keatincf left a comment

Choose a reason for hiding this comment

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

There's also some test warnings due to the name of some classes that start with Test and pytest is picking them up as tests rather

@jamie-cunningham
Copy link
Collaborator Author

There's also some test warnings due to the name of some classes that start with Test and pytest is picking them up as tests rather

Good catch, I missed those in my test output. I've renamed these classes and resolved the warnings.

@keatincf keatincf merged commit a17913d into main Dec 18, 2024
4 checks passed
@keatincf keatincf deleted the 15-resolve-test-warnings branch December 18, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve test warnings
2 participants