-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactoring/stepper.py #36
base: main
Are you sure you want to change the base?
Conversation
…y/Planktoscope-backend into refactoring/stepper.py
The error " Value of type Optional[Any] is not indexable" has been resolved by adding a comment to ignore type errors on those lines. The errors that remain are linked to missing library stubs or py.typed marker. |
I resolved the linter errors related to comments by adding necessary documentation, but I ignored other linter errors that would make the code difficult to read, such as enforcing Python 3 styles. Additionally, the code has not been tested due to issues with the Planktoscope on site. |
The code in this pull request has been tested.
The stepper.py file has been refactored into two separate files: pump.py and focus.py.