Skip to content

Commit

Permalink
updated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Dec 15, 2020
1 parent a148fd8 commit 0da4dd3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/defaults_list/test_defaults_list.py
Expand Up @@ -90,10 +90,10 @@
# - Consider retaining the final choices in the hydra config node to allow interpolation with their values.
# - (Y) Enforce that overrides are at the end of the defaults list
# (with the exception of _self_ that can be after them)
# - Consider override style of: - override hydra/launcher: submitit
# - (Y) Consider override style of: - override hydra/launcher: submitit
# - (Y) Profile and optimize default tree composition: speed in line with 1.0
# - Fix error message when overriding a non-existing config group from the command line to not say "append with +"
# - Improve --info defaults-tree output
# - (Y) Profile and optimize default tree composition: speed in line with 1.0
# - Test cases when config group name matches a keyword (optional, override)

# TODO: (Y) rename support:
Expand All @@ -113,7 +113,11 @@
# - Create a page describing configuring experiments with Hydra (experiment use case)
# - Create https://hydra.cc/docs/next/upgrades/1.0_to_1.1/default_list_override
# - Update Structured Configs tutorial to utilize recursive defaults as an alternative to automatic schema
# - Consider deprecating automtic schema support in favor of extending a config via recursive defaults
# - Document --info defaults and --info defaults-tree


# TODO: Followup thins to explore
# - Consider deprecating automatic schema support in favor of extending a config via recursive defaults


@mark.parametrize( # type: ignore
Expand Down

0 comments on commit 0da4dd3

Please sign in to comment.