Skip to content

Commit 37c2e33

Browse files
author
Sebastian Schmidl
authored
(damp) Fig bug in dump implementation (#44)
fix: bug in dump implementation #42
1 parent 62cef73 commit 37c2e33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

damp/damp/damp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _backward_processing(self, X: np.ndarray, i) -> float:
9292
break
9393
else:
9494
prefix = 2*prefix
95-
expansion_num *= 1
95+
expansion_num += 1
9696

9797
return amp_i
9898

damp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "DAMP",
33
"description": "Implementation of https://www.cs.ucr.edu/~eamonn/DAMP_long_version.pdf",
44
"inputDimensionality": "multivariate",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"authors": "Yue Lu, Renjie Wu, Abdullah Mueen, Maria A. Zuluaga, Eamonn Keogh",
77
"language": "Python",
88
"type": "Detector",

0 commit comments

Comments
 (0)