Skip to content

Commit

Permalink
(damp) Fig bug in dump implementation (#44)
Browse files Browse the repository at this point in the history
fix: bug in dump implementation #42
  • Loading branch information
Sebastian Schmidl authored Jan 20, 2024
1 parent 62cef73 commit 37c2e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion damp/damp/damp.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _backward_processing(self, X: np.ndarray, i) -> float:
break
else:
prefix = 2*prefix
expansion_num *= 1
expansion_num += 1

return amp_i

Expand Down
2 changes: 1 addition & 1 deletion damp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "DAMP",
"description": "Implementation of https://www.cs.ucr.edu/~eamonn/DAMP_long_version.pdf",
"inputDimensionality": "multivariate",
"version": "0.3.0",
"version": "0.4.0",
"authors": "Yue Lu, Renjie Wu, Abdullah Mueen, Maria A. Zuluaga, Eamonn Keogh",
"language": "Python",
"type": "Detector",
Expand Down

0 comments on commit 37c2e33

Please sign in to comment.