Skip to content

Commit a2ce985

Browse files
committed
fix pre commit after merge main
1 parent 96a0820 commit a2ce985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algorithm/policy_loss_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_ppo_policy_loss_with_sequence_masking(self):
142142
self.assertTrue(
143143
torch.allclose(torch.tensor(metrics["seq_mask/mean_sequence_kl"]), mean_sequence_kl)
144144
)
145-
145+
146146
def test_sapo_policy_loss(self):
147147
policy_loss_fn_cls = POLICY_LOSS_FN.get("sapo")
148148
policy_loss_fn_args = policy_loss_fn_cls.default_args()

0 commit comments

Comments
 (0)