woodpecker test with non passing pytest
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Tom Weber 2 years ago
parent b86934cf49
commit 04df494617

@ -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
Loading…
Cancel
Save