2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub
Data Science Battery Experiments

AI Summary: Add documentation (using docstrings and potentially `__repr__` and a help method) to the `Result` class in the PyProBE Python package to improve user understanding and usability of the class's attributes and methods. This involves writing clear and concise documentation that explains the purpose and usage of each attribute and method.

Complexity: 2/5
documentation feature good first issue

Python Processing for Battery Experiments

Python
Data Science Battery Experiments

AI Summary: Implement fuzzy string matching in the `pyprobe.result.Result.get()` method using a library like `fuzzywuzzy` or `difflib`. This involves adding functionality to handle approximate string matches, providing suggestions for similar keys when an exact match is not found, and updating tests and documentation.

Complexity: 4/5
feature frontend good first issue

Python Processing for Battery Experiments

Python