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 636e2264c3
commit 07ee578c78
+1 -1
View File
@@ -40,7 +40,7 @@ def validate_rtc_behavior(
prev_chunk: torch.Tensor,
inference_delay: int,
execution_horizon: int,
rtol: float = 1e-2,
rtol: float = 1e-1,
):
"""Validate RTC behavior follows expected rules.