diff options
| author | J08nY | 2023-02-08 20:53:42 +0100 |
|---|---|---|
| committer | J08nY | 2023-02-08 20:53:42 +0100 |
| commit | 4de6608184594331d2860afa8f1f3626486ddce8 (patch) | |
| tree | 72a079e7b70ca0d2cc3a83e835a63933ee7e08cd /pyecsca/sca/trace/align.py | |
| parent | a796a68e02521a1db2ee309c021671a904fe14df (diff) | |
| download | pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.gz pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.zst pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.zip | |
Fix docstyle and some DeepSource warnings.
Diffstat (limited to 'pyecsca/sca/trace/align.py')
| -rw-r--r-- | pyecsca/sca/trace/align.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/trace/align.py b/pyecsca/sca/trace/align.py index 598a62e..71815b8 100644 --- a/pyecsca/sca/trace/align.py +++ b/pyecsca/sca/trace/align.py @@ -1,4 +1,4 @@ -"""This module provides functions for aligning traces in a trace set to a reference trace within it.""" +"""Provides functions for aligning traces in a trace set to a reference trace within it.""" import numpy as np from copy import deepcopy from fastdtw import fastdtw, dtw |
