Results 2 issues of Frankcsc

使用from snapshot_selenium import snapshot将得到的html转为图片,报错, 使用方法为pyecharts.render.make_snapshot(snapshot_selenium.snapshot, 'xxx.html', 'xxx.png') ``` Traceback (most recent call last): File "/home/tests/test_1.py", line 20, in make_snapshot(snapshot, '/home/plot.html', "bar0.png") File "/usr/local/lib/python3.8/dist-packages/pyecharts/render/snapshot.py", line 32, in make_snapshot content = engine.make_snapshot(...

程序中貌似认定通过状态空间方程预估得到的soc为真实值,且在AH、EKF、UKF的Error计算中使用SoC_real作为基准值。 请问这一做法的依据是什么? 如果通过状态空间方程预估得到的soc为真实值,那么为什么需要AH、EKF、UKF一系列方法呢?