mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-09-21 08:50:42 +02:00
style(test): remove trailing blank line from Optuna contracts
This commit is contained in:
@@ -93,4 +93,3 @@ def test_real_optuna_runs_bounded_warm_start_and_restores_model(monkeypatch, pea
|
||||
assert model.forward_calls >= 5 # reference, generation and KL for each trial
|
||||
for name, tensor in model.state_dict().items():
|
||||
torch.testing.assert_close(tensor, original[name], rtol=0, atol=0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user