We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述BUG 风向统计值并非以最小扇形进行计算
复现方法
import numpy as np from cyeva import WindComparison ws1 = np.array([1,2]) ws2 = np.array([2,3]) wd1 = np.array([357,190]) wd2 = np.array([3,5]) wc = WindComparison(ws1, ws2, wd1, wd2) wc.calc_rmse(kind='direction')
结果是 282.4367,超过180°,不是以最小扇形进行计算的
希望的结果 以最小扇形进行计算,得到的角度小于180°
屏幕截图 If applicable, add screenshots to help explain your problem. 如果有需要,请附上屏幕截图。
桌面系统(请补充下列信息):
附加内容 关于本议题的其他内容。
The text was updated successfully, but these errors were encountered:
fix: #33
c6e2551
9983e07
fix: #33 (#42)
fda646b
Clarmy
No branches or pull requests
描述BUG
风向统计值并非以最小扇形进行计算
复现方法
结果是 282.4367,超过180°,不是以最小扇形进行计算的
希望的结果
以最小扇形进行计算,得到的角度小于180°
屏幕截图
If applicable, add screenshots to help explain your problem.
如果有需要,请附上屏幕截图。
桌面系统(请补充下列信息):
附加内容
关于本议题的其他内容。
The text was updated successfully, but these errors were encountered: