refactor: simplify docstrings for clarity and conciseness across multiple files

This commit is contained in:
Khalil Meftah
2026-04-28 11:11:02 +02:00
parent e298474bf3
commit ef6b3b5b0f
7 changed files with 7 additions and 53 deletions
-5
View File
@@ -303,11 +303,6 @@ def test_end_to_end_parameters_flow(cfg, data_size):
assert torch.allclose(received_params[key], input_params[key])
# ---------------------------------------------------------------------------
# Regression test: learner algorithm integration (no gRPC required)
# ---------------------------------------------------------------------------
def test_learner_algorithm_wiring():
"""Verify that make_algorithm constructs an SACAlgorithm from config,
make_optimizers_and_scheduler() creates the right optimizers, update() works, and