From 3b33dc23c01406ac339885921d39f3f0358a9b5f Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 5 Jan 2023 16:37:42 +0100 Subject: [PATCH] glider and acorn start --- src/conway/anime.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conway/anime.py b/src/conway/anime.py index 28b195c..7bd9a8a 100644 --- a/src/conway/anime.py +++ b/src/conway/anime.py @@ -6,7 +6,6 @@ class PlotlyAnimation(object): self.state = state self.steps = steps self.frames = np.expand_dims(self.state.board, axis=0) - print(self.frames[:10, :10]) self.frame_gen() self.animation = self.animation_gen()