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

Bugfix for problematic typecheck when creating Integer #361

Closed
wants to merge 1 commit into from

Conversation

Ultrahero
Copy link

When creating a UniformIntHyperparameter, the default_value is parsed as an int to the uniformFloatHyperparameter, which causes the type_check in line 62 to fail.

This is obviously a bug. This type conversion should fix the bug.

When creating a UniformIntHyperparameter, the default_value is parsed as an int to the uniformFloatHyperparameter, which causes the type_check in line 62 to fail.

This is obviously a bug. This type conversion should fix the bug.
@eddiebergman
Copy link
Contributor

Hi @Ultrahero ,

Appreciate the PR but in #346 we've fixed a lot of bugs and just waiting for some more review before releasing. I will close this PR as a result but thank you again for the PR!

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