Skip to content

Commit

Permalink
Remove irrelevant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
odelalleau committed Dec 16, 2020
1 parent a99c690 commit 0b53209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,14 +1152,12 @@ def test_apply_overrides_to_config(
id="default_change",
),
pytest.param(
# need to unset optimizer config group first, otherwise they get merged
"config",
["optimizer={type:nesterov2,lr:1}"],
{"optimizer": {"type": "nesterov2", "lr": 1}},
id="dict_merge",
),
pytest.param(
# need to unset optimizer config group first, otherwise they get merged
"config",
["+optimizer={foo:10}"],
{"optimizer": {"type": "nesterov", "lr": 0.001, "foo": 10}},
Expand Down

0 comments on commit 0b53209

Please sign in to comment.