Skip to content

Commit 6cce840

Browse files
committed
doctest failure
1 parent a310794 commit 6cce840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dtw/stepPattern.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class StepPattern:
266266
Hand-checkable example given in [Myers1980] p 61 - see JSS paper
267267
268268
>>> tm = numpy.reshape( [1, 3, 4, 4, 5, 2, 2, 3, 3, 4, 3, 1, 1, 1, 3, 4, 2,
269-
... 3, 3, 2, 5, 3, 4, 4, 1], (5,5), "F" )
269+
... 3, 3, 2, 5, 3, 4, 4, 1], (5,5) )
270270
271271
"""
272272
# ENDIMPORT

maintainer/examples/ex_stepPattern.py.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Do the computation
4848
Hand-checkable example given in [Myers1980] p 61 - see JSS paper
4949

5050
>>> tm = numpy.reshape( [1, 3, 4, 4, 5, 2, 2, 3, 3, 4, 3, 1, 1, 1, 3, 4, 2,
51-
... 3, 3, 2, 5, 3, 4, 4, 1], (5,5), "F" )
51+
... 3, 3, 2, 5, 3, 4, 4, 1], (5,5) )
5252

0 commit comments

Comments
 (0)