nus-vv-streams / vvtk

A toolkit for volumetric video research
MIT License
9 stars 8 forks source link

branch-reconstruct, code should follow cargo fmt, and should remove compiler's warnings #34

Closed YoHoSo closed 3 months ago

YoHoSo commented 1 year ago

after development, you should use cargo fmt to format your code, and then push your changes.

image
YoHoSo commented 1 year ago

In addition to cargo fmt, your code should also be free from the compiler's warnings, as we have a workflow in main branch to check for warnings. If your code has compiler warning, the workflow will fail.

image
bokuanT commented 1 year ago

Noted, will rectify these issues

weitsang commented 3 months ago

Issues fixed and merged into main