Skip to content

Commit

Permalink
doc: Change note to todo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jul 12, 2024
1 parent d23879d commit de0b36e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ConfigSpace/_condition_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,10 @@ class DAG:
if choice != A:
then A:x, A:y, A:z are inactive
# NOTE: I'm fairly sure this assumption still leads to a diamond OR condition
# problem where we de-activate a hyperparameter when we shouldn't.
# This shold be revisisted and fixed.
!!! todo
TODO: I'm fairly sure this assumption still leads to a diamond OR
condition problem where we de-activate a hyperparameter when we
shouldn't. This shold be revisisted and fixed.
"""

change_hp_lookup: dict[str, list[ConditionNode]] = field(
Expand Down

0 comments on commit de0b36e

Please sign in to comment.