remove broken setattr hack line
This commit is contained in:
@@ -147,7 +147,6 @@ class ContinuousBatching(Scene):
|
|||||||
# ═══════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════
|
||||||
# 2. Transition: Continuous Batching — the solution
|
# 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) \
|
new_title = Text("Continuous Batching", font_size=48, color=BLUE).to_edge(UP) \
|
||||||
.scale(0.55).move_to(title)
|
.scale(0.55).move_to(title)
|
||||||
self.play(Transform(title, new_title))
|
self.play(Transform(title, new_title))
|
||||||
|
|||||||
Reference in New Issue
Block a user