Skip to content

Conversation

@thijssnelleman
Copy link
Collaborator

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?


# Parameter A has no conditions; check if the configuration fails if a > 10
with pytest.raises(IllegalValueError):
sample["a"] = 101
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@thijssnelleman
Copy link
Collaborator Author

Blocked by other PR: #412

@thijssnelleman thijssnelleman changed the title Adding new test and docs for issue Dynamic HP bounds: Update docs for check_valid_configuration Jan 5, 2026
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.

3 participants