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

Unit test for vector_utils.py #41

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

J-The-Fox
Copy link
Member

closes #17

Vector Utils Unit Test

A unit test for vector_utils.py

Changes

  • Added unit test for the vector_utils.py file

Additional Notes

The tests included in this unit test calculate the value using the same math as what is in the vector_utils.py and then compare the results.

@J-The-Fox J-The-Fox added the vision Vision subteam / works with computer vision to interact with photos and identify important objects label Nov 8, 2024
@J-The-Fox J-The-Fox added the testing runs another part of our code base and verifies it completes its objective label Nov 8, 2024
Copy link

@OrangePear13 OrangePear13 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 needs the docstring format the team uses.

Copy link

@OrangePear13 OrangePear13 left a comment

Choose a reason for hiding this comment

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

Documentation looks good now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing runs another part of our code base and verifies it completes its objective vision Vision subteam / works with computer vision to interact with photos and identify important objects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Unit Test for vector_utils.py
2 participants