Closed jim-mckeown closed 1 year ago
Looks like this is failing the GitHub Actions CI. You can use pre-commit
to help find and fix the issues it's having. You can find information on installing and using pre-commit
here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code
I changed the import order and reformatted with black. Also added non-blocking mode in matplotlib.pyplot so the code will run properly from the command line.
Please have a look at the latest changes and let me know if any others are needed or would be helpful. Thanks.
Please have a look at the latest changes.
Just one thought about pyserial. Since it is already in requirements.txt, does it also need to be in optional_requirements.txt?
Example from modified fingerprint_simpletest.py adding image viewing and saving functionality using matplotlib and numpy. This has been tested on a Linux PC but should work under Windows or MacOS.