Fixes #{issue number}
- I have read CONTRIBUTING.md to understand how to contribute to this repository :)
<Please summarize what you are trying to achieve, what changes you made, and how they acheive the desired result.>
If your changes touch the audio
module, please run all of the audio
tests and paste the output here. Likewise for image
, text
, & video
. If your changes could affect behavior in multiple modules, please run the tests for all potentially affected modules. If you are unsure of which modules might be affected by your changes, please just run all the unit tests.
python -m unittest discover -s augly/tests/audio_tests/ -p "*"
python -m unittest discover -s augly/tests/image_tests/ -p "*_test.py"
# Or `python -m unittest discover -s augly/tests/image_tests/ -p "*.py"` to run pytorch test too (must install `torchvision` to run)
python -m unittest discover -s augly/tests/text_tests/ -p "*"
python -m unittest discover -s augly/tests/video_tests/ -p "*"
python -m unittest discover -s augly/tests/ -p "*"
If applicable, test your changes and paste the output here. For example, if your changes affect the requirements/installation, then test installing augly in a fresh conda env, then make sure you are able to import augly & run the unit test