We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad67ea commit e56d85bCopy full SHA for e56d85b
rpeak_seg_simple_v1.0.py
@@ -33,7 +33,7 @@ def test_rpeaks_simple(data_path):
33
# 2) 调用ReturnTuple的as_dict()方法,得到Python有序字典(OrderedDict)类型
34
logging.info("使用第2种方式取R波位置序列 ... ")
35
rpeaks_indices_2 = rpeaks.as_dict()
36
- # 然后使用变量名(这里是rpeaks)作为key取值。
+ # 然后使用说明文档中的参数名(这里是rpeaks)作为key取值。
37
rpeaks_indices_2 = rpeaks_indices_2["rpeaks"]
38
logging.info("完成. 结果类型为 " + str(type(rpeaks_indices_2)))
39
0 commit comments