Skip to content

Commit e56d85b

Browse files
authored
change logging.
1 parent 1ad67ea commit e56d85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpeak_seg_simple_v1.0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_rpeaks_simple(data_path):
3333
# 2) 调用ReturnTuple的as_dict()方法,得到Python有序字典(OrderedDict)类型
3434
logging.info("使用第2种方式取R波位置序列 ... ")
3535
rpeaks_indices_2 = rpeaks.as_dict()
36-
# 然后使用变量名(这里是rpeaks)作为key取值。
36+
# 然后使用说明文档中的参数名(这里是rpeaks)作为key取值。
3737
rpeaks_indices_2 = rpeaks_indices_2["rpeaks"]
3838
logging.info("完成. 结果类型为 " + str(type(rpeaks_indices_2)))
3939

0 commit comments

Comments
 (0)