From 6f5904058124c4f554748d3567f3325c44f37c2a Mon Sep 17 00:00:00 2001 From: linuxrider Date: Sat, 19 Aug 2023 08:54:48 +0200 Subject: [PATCH] Update ec_tools/helper.py --- ec_tools/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec_tools/helper.py b/ec_tools/helper.py index ae96f71..4f52eb5 100644 --- a/ec_tools/helper.py +++ b/ec_tools/helper.py @@ -71,7 +71,7 @@ def determine_scan_rate(t, x): def find_extrema_indeces(y, mode="all"): - """Return the indexes of limits of cyclic voltammetry. + """Return the indexes of the reversal points of cyclic voltammetry. Workaround for Windows platform: list(array([...], dtype=int64))