fix(style): pre-commit

This commit is contained in:
Steven Palma
2026-06-30 14:33:38 +02:00
committed by Andy Wrenn
parent 44b6950f06
commit b422269de4
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1022,7 +1022,7 @@ def test_groot_n1_7_pack_inputs_normalizes_action_chunk_per_dimension_before_pad
def test_groot_n1_7_pack_inputs_raises_when_relative_groups_cannot_normalize():
# Relative groups carry per-chunk-timestep stats; if the action horizon exceeds the available
# stat rows, grouped normalization cannot apply and the flat fallback would silently mis-scale.
# stat rows, grouped normalization cannot apply and the flat fallback would silently wrongly scale.
step = GrootN17PackInputsStep(
action_horizon=3,
valid_action_horizon=3,