From d143f57ad1684062638c60f3690ce0e845105b72 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Wed, 6 May 2026 22:26:42 +0800 Subject: [PATCH] remove broken setattr hack line --- continuous_batching.py | 1 - 1 file changed, 1 deletion(-) diff --git a/continuous_batching.py b/continuous_batching.py index 7edd482..8cb8a83 100644 --- a/continuous_batching.py +++ b/continuous_batching.py @@ -147,7 +147,6 @@ class ContinuousBatching(Scene): # ═══════════════════════════════════════════════════ # 2. Transition: Continuous Batching — the solution # ═══════════════════════════════════════════════════ - setattr(title, "became", title.become) # hack — update title new_title = Text("Continuous Batching", font_size=48, color=BLUE).to_edge(UP) \ .scale(0.55).move_to(title) self.play(Transform(title, new_title))