remove broken setattr hack line
This commit is contained in:
parent
544e377fa9
commit
d143f57ad1
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue