yongminkim0501 commented on PR #93: URL: https://github.com/apache/otava/pull/93#issuecomment-3605062687
Apologies for the delayed response. I've been preoccupied with my university graduation project. Thank you for the feedback! I've refactored the code to use `pydantic.dataclasses` as you suggested. - This approach maintains backward compatibility, supporting positional arguments (e.g., `Metric(1, 1.0)`) without breaking existing tests. - I also resolved the merge conflicts in `pyproject.toml`. Ready for re-review! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
