Open Issues Need Help
View All on GitHub Data Science • Battery Experiments
Add in-class documentation to Result 2 months ago
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
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