Test the step pattern plot.
(self)
| 59 | alignment.plot(type="twoway") |
| 60 | |
| 61 | def test_plot_step_pattern(self): |
| 62 | """Test the step pattern plot.""" |
| 63 | # See the recursion relation, as formula and diagram |
| 64 | print(rabinerJuangStepPattern(6, "c")) |
| 65 | rabinerJuangStepPattern(6, "c").plot() |
nothing calls this directly
no test coverage detected