提交 9a378ca2 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!384 Scalar toolip optimization, accuracy details modification

Merge pull request !384 from 王卫宁/r0.5
......@@ -952,8 +952,10 @@ export default {
}
if (
addFlag &&
parma.value[1] >= sampleObject.zoomData[0] &&
parma.value[1] <= sampleObject.zoomData[1]
Math.ceil(parma.value[1] * 1000) / 1000 >=
sampleObject.zoomData[0] &&
Math.floor(parma.value[1] * 1000) / 1000 <=
sampleObject.zoomData[1]
) {
dataCount++;
runArr.push(parma.seriesName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册