fixup! Fix test to use _rtc_enabled() instead of is_rtc_enabled()

This commit is contained in:
Eugene Mironov
2025-11-11 23:20:33 +07:00
parent 77fb71a903
commit 43e631122c
+1 -1
View File
@@ -40,7 +40,7 @@ def validate_rtc_behavior(
prev_chunk: torch.Tensor, prev_chunk: torch.Tensor,
inference_delay: int, inference_delay: int,
execution_horizon: int, execution_horizon: int,
rtol: float = 1e-2, rtol: float = 1e-1,
): ):
"""Validate RTC behavior follows expected rules. """Validate RTC behavior follows expected rules.