-
Notifications
You must be signed in to change notification settings - Fork 96
Dynamic HP bounds: Update docs for check_valid_configuration #416
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
base: main
Are you sure you want to change the base?
Conversation
test/test_configuration_space.py
Outdated
|
|
||
| # Parameter A has no conditions; check if the configuration fails if a > 10 | ||
| with pytest.raises(IllegalValueError): | ||
| sample["a"] = 101 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this actually trigger a call to check configuration or does this fail somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is actually a good point, this test fails elsewhere.
|
Blocked by other PR: #412 |
For issue #399 ;
Added test for the raised issue, which passes. Which parts of the documentation should be clarified to reflect that this is indeed tested by ConfigSpace?