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

Fix bug with parameter type in Ax generators #152

Merged
merged 7 commits into from
Dec 11, 2023
Merged

Conversation

AngelFP
Copy link
Member

@AngelFP AngelFP commented Dec 11, 2023

Fixes a bug introduced in #150, where the dtype of the VaryingParameters was not being used by the Ax Service generators. The type was therefore being inferred by Ax, which sometimes would set a float as an int.

It also fixes an issue where parameters with a dtype other than float would crash the exploration.

The tests have been updated to prevent a random crash in the new test introduced in #150.

@RemiLehe RemiLehe merged commit 058acea into main Dec 11, 2023
8 checks passed
@AngelFP AngelFP deleted the bug/fix_data_type branch December 11, 2023 21:03
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