Skip to content

Commit f6e039f

Browse files
Copilottheomgdev
andauthored
Refine ChaosGrad PoC test naming per review
Agent-Logs-Url: https://github.com/theomgdev/OdyssNet/sessions/57088ccc-df72-4266-9927-1c2648ebb7ee Co-authored-by: theomgdev <29312699+theomgdev@users.noreply.github.com>
1 parent dabeabe commit f6e039f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/training/test_chaos_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def test_compute_signals_expected_directions(self):
282282
assert sig_wd == pytest.approx(1.0, abs=1e-6)
283283
assert sig_mom == pytest.approx(-1.0, abs=1e-6)
284284

285-
def test_update_meta_params_positive_signal_increases_lr_and_reduces_alpha(self):
285+
def test_update_meta_params_positive_signal_increases_lr_and_decreases_alpha(self):
286286
p = torch.nn.Parameter(torch.tensor([1.0]))
287287
opt = ChaosGrad([p], lr=1e-4)
288288
state = {

0 commit comments

Comments
 (0)