Skip to content
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

feat: update initialization settings of dataclass field #105

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

ktro2828
Copy link
Collaborator

@ktro2828 ktro2828 commented Feb 14, 2025

What

This PR modifies dataclass fields as being included in initialization parameters.
This PR prevents that they are not serialized even if they have specific value.

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@github-actions github-actions bot added ci Continuous Integration (CI) processes and testing new-feature New feature or request labels Feb 14, 2025
Copy link

github-actions bot commented Feb 14, 2025

☂️ Python Coverage

current status: ❌

Overall Coverage

Lines Covered Coverage Threshold Status
2299 1506 66% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/dataclass/box.py 79% 🔴
t4_devkit/dataclass/trajectory.py 91% 🟢
TOTAL 85% 🔴

updated for commit: 7d8ff6e by action🐍

@ktro2828 ktro2828 merged commit e3b0a58 into main Feb 14, 2025
5 checks passed
@ktro2828 ktro2828 deleted the feat/dataclass/serialize branch February 14, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration (CI) processes and testing new-feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant