MCPcopy Index your code
hub / github.com/DynamicTimeWarping/dtw-python / test_plot_step_pattern

Method test_plot_step_pattern

tests/test_plot.py:61–65  ·  view source on GitHub ↗

Test the step pattern plot.

(self)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 2

rabinerJuangStepPatternFunction · 0.85
plotMethod · 0.45

Tested by

no test coverage detected