You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"In '{containing_node.get_config_path()}': Defaults list is missing `_self_`. "
f"See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/default_composition_order for more information"
)
ifos.environ.get("SELF_WARNING_AS_ERROR") =="1":
raiseConfigCompositionException(msg)
warnings.warn(msg, UserWarning)
defaults.append(ConfigDefault(path="_self_"))
The text was updated successfully, but these errors were encountered:
francois-rozet
changed the title
Depercated warning regarding __self__ in defaults list
[Bug] Depercated warning regarding __self__ in defaults list
Sep 13, 2024
The following code should be removed.
hydra/hydra/_internal/defaults_list.py
Lines 241 to 252 in 30d8a25
The text was updated successfully, but these errors were encountered: