2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
Testing Solar Panel Testing
Clean the code about 2 months ago

AI Summary: Refactor the Python code (`main.py`) for polynomial fitting of solar irradiance data. This involves extracting smaller, more focused functions from the existing `main.py` script to improve code readability, maintainability, and organization. The goal is to improve the overall code quality without altering the functionality.

Complexity: 2/5
good first issue
Testing Solar Panel Testing
Add unit tests about 2 months ago

AI Summary: Implement unit tests for the functions within the `main.py` and `utils.py` files of a Python project that performs polynomial fitting of sensor data. The tests should cover various scenarios and edge cases to ensure the accuracy and robustness of the data processing and model fitting.

Complexity: 3/5
good first issue