Skip to content

Conversation

@mihaic
Copy link
Member

@mihaic mihaic commented Dec 6, 2025

Python default build parameters were not usable because of a type mismatch (pybind11 does not automatically convert float to size_t).

Also use a C++ VamanaBuildParameters instance to set Python defaults instead of repeating the default constants.

Finally, add an extra C++ test to catch inadvertent default constructor changes.

Python default build parameters were not usable because of a type
mismatch (pybind11 does not automatically convert float to size_t).

Also use a C++ VamanaBuildParameters instance to set Python defaults
instead of repeating the default constants.

Finally, add an extra C++ test to catch inadvertent default constructor
changes.
Copy link
Contributor

@ahuber21 ahuber21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mihaic mihaic merged commit f980d75 into intel:main Dec 8, 2025
17 of 19 checks passed
@mihaic mihaic deleted the python-default-build-parameters branch December 8, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants