Removed remover argument from ReplacementTrasform which resulted in "Could not find old_mobject in Scene" when cleaning up the scene. (#34)

This commit is contained in:
Ross Lawrence
2023-03-28 16:54:24 -04:00
committed by GitHub
parent 595c257171
commit 90c9dba217

View File

@ -174,7 +174,6 @@ class Convolutional2DToMaxPooling2D(ConnectiveLayer, ThreeDLayer):
gridded_rectangle,
output_gridded_rectangle,
introducer=True,
remover=True,
)
transform_gridded_rectangle_animations.append(
transform_rectangle,