Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix object creation with correct precision type (#78)
Previously, the method incorrectly created an object with double precision instead of single precision. This commit corrects the precision type to ensure single-precision float objects are created as intended.
- Loading branch information