From 04df4946173cf22c3b1cb6aedb8fcd170d1825e5 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 2 Jan 2023 15:32:09 +0100 Subject: [PATCH] woodpecker test with non passing pytest --- tests/test_anime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_anime.py b/tests/test_anime.py index d72dd77..ad067f9 100644 --- a/tests/test_anime.py +++ b/tests/test_anime.py @@ -8,5 +8,5 @@ class TestPlotlyAnimation: steps = 10 plotly_anime = anime.PlotlyAnimation(state, steps) def test_frame_gen(self): - assert self.plotly_anime.frames.shape == (11,10,10) + assert self.plotly_anime.frames.shape == (10,10,10) assert len(self.plotly_anime.frame_gen()) == 2 * self.steps + 1 \ No newline at end of file