huggingface / huggingface/simulate
[Python] GLTF export for extensions includes unused arguments.
Open
bug
enhancement
- Dominant language
- Python
- Stars
- 195
- Forks
- 13
- Avg merge
- 58m
- Merged PRs (30d)
- 1
Description
The functions for adding custom gltf to the model in gltf_export.py contain two unused arguments:
buffer_data: ByteString, buffer_id: int = 0
These should be cleaned up, if they are not required.
Contributor guide
Assessment
This issue has not been assessed yet.