20240626
9. [aio.py] 修改了版本 10. [current.py] max/avg功能结束之前会将结果数据追加写入源文件,avg算法更改为average+3×std 11. [wavelogger.py] 算法更改为 average+3×std
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
import json
|
||||
import socket
|
||||
from os.path import dirname
|
||||
from sys import argv
|
||||
|
||||
current_path = dirname(__file__)
|
||||
|
||||
|
||||
def validate_resp(_id, response, w2t):
|
||||
match _id:
|
||||
|
Reference in New Issue
Block a user